thodg/totp-rs/src

Branch :


Log

Author Commit Date CI Message
61fc8952 2020-08-05 13:24:34 Be generic over secret type Allow to store anything that implement AsRef<[u8]> as secret in TOTP struct.
d7f87902 2020-07-03 14:34:58 Optionnal serde support for smaller builds
2c12f476 2020-06-22 16:16:05 * Changed version to 0.4.0 and updated docs
66ef16fb 2020-06-22 16:09:53 * Added unit tests, replaced String for &str and removed println
bb9b5d85 2020-06-21 19:08:52 Fixed documentation
64faae59 2020-06-21 16:39:00 Changed a bunch of to_string() to to_owned()
9746793f 2020-06-21 16:03:39 delete test file
32b618c8 2020-06-21 15:57:16 Additional feature!
bba8e818 2020-06-16 14:39:08 Switched from ring to the RustCrypto project
0c19a359 2020-04-25 19:20:11 Changed dependencies + removed one
90644042 2020-04-14 12:51:22 Implemented serialize and clone fot both TOTP and Algorithm. Only Algorithm is copy
c9b81c70 2020-04-13 22:57:06 Better doc with examples
8a236fbd 2020-04-13 18:09:02 fixed typo
7876ca57 2020-04-13 17:59:04 exported fields to export documentation
6b091b7e 2020-04-13 17:02:00 cargo fmt
bf2d753f 2020-04-13 16:59:30 preparations to push to crates.io
e4915a64 2020-04-13 16:39:57 Finally, my own library. With a fix on the QR code generation
d1e04d7c 2020-04-11 21:24:50 First commit