README.md


Log

Author Commit Date CI Message
constantoine 6c192024 2022-05-06T12:41:30 Add tests for generate_current and check_current Also updated docs to reflect those changes Signed-off-by: constantoine <cleo.rebert@gmail.com>
constantoine 9b541817 2022-05-05T12:03:41 Up version Signed-off-by: constantoine <cleo.rebert@gmail.com>
Cleo Rebert 1f1e1a6f 2022-04-24T16:41:56 Add constant-time token comparison and partialEq trait Add PartialEq for TOTP<T> and PartialEq+Eq for Algorithm
constantoine ba925c24 2022-04-15T15:08:41 Update to 1.0 Signed-off-by: constantoine <cleo.rebert@gmail.com>
Cléo Rebert 8db59df6 2022-02-10T10:34:28 Update README.md
Cléo Rebert 79b714ae 2022-01-13T18:33:59 Update README.md
Cléo Rebert b23080d4 2022-01-13T17:52:06 Add crates.io badge and coverage badge
Cléo Rebert d75ca4dd 2022-01-13T16:17:19 Changed to 7.0 for 2021 edition
Cléo Rebert 43107283 2021-08-20T18:59:09 Update README.md
evenorog ffe9e4d5 2020-08-09T20:10:44 Remove some unnecessary to_vec calls in code
Cleo Rebert 12cbfc10 2020-08-09T08:36:06 Updated README.md
Cléo Rebert 730a767b 2020-08-09T07:39:53 Bumped version number in README.md
evenorog 61fc8952 2020-08-05T13:24:34 Be generic over secret type Allow to store anything that implement AsRef<[u8]> as secret in TOTP struct.
Cleo Rebert d7f87902 2020-07-03T14:34:58 Optionnal serde support for smaller builds
Cléo Rebert 9c944c82 2020-06-22T17:16:42 Added badges
Mark Nijboer a80ed7f1 2020-06-22T17:02:02 * Changed version in README
Mark Nijboer 2c12f476 2020-06-22T16:16:05 * Changed version to 0.4.0 and updated docs
hebriel 64faae59 2020-06-21T16:39:00 Changed a bunch of to_string() to to_owned()
Cleo Rebert 32b618c8 2020-06-21T15:57:16 Additional feature!
Cleo Rebert c9b81c70 2020-04-13T22:57:06 Better doc with examples
Cleo Rebert 7de3d067 2020-04-13T18:06:33 Changed dependency version for more compatibility
Cleo Rebert bf2d753f 2020-04-13T16:59:30 preparations to push to crates.io
Cleo Rebert 2c3d9a39 2020-04-13T16:41:42 Merge branch 'master' of github.com:constantoine/totp-rs
Cleo Rebert e4915a64 2020-04-13T16:39:57 Finally, my own library. With a fix on the QR code generation
Cléo Rebert e89e1f5c 2020-04-12T01:08:38 Update README.md
Cléo Rebert b2af324a 2020-04-12T01:05:26 Fixed typo in readme
Cleo Rebert d1e04d7c 2020-04-11T21:24:50 First commit