Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 905a119c | 2022-05-06 20:49:33 | Update README | ||
| 6c192024 | 2022-05-06 12: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> | ||
| 9b541817 | 2022-05-05 12:03:41 | Up version Signed-off-by: constantoine <cleo.rebert@gmail.com> | ||
| 1f1e1a6f | 2022-04-24 16:41:56 | Add constant-time token comparison and partialEq trait Add PartialEq for TOTP<T> and PartialEq+Eq for Algorithm | ||
| ba925c24 | 2022-04-15 15:08:41 | Update to 1.0 Signed-off-by: constantoine <cleo.rebert@gmail.com> | ||
| 8db59df6 | 2022-02-10 10:34:28 | Update README.md | ||
| 79b714ae | 2022-01-13 18:33:59 | Update README.md | ||
| b23080d4 | 2022-01-13 17:52:06 | Add crates.io badge and coverage badge | ||
| d75ca4dd | 2022-01-13 16:17:19 | Changed to 7.0 for 2021 edition | ||
| 43107283 | 2021-08-20 18:59:09 | Update README.md | ||
| ffe9e4d5 | 2020-08-09 20:10:44 | Remove some unnecessary to_vec calls in code | ||
| 12cbfc10 | 2020-08-09 08:36:06 | Updated README.md | ||
| 730a767b | 2020-08-09 07:39:53 | Bumped version number in README.md | ||
| 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 | ||
| 9c944c82 | 2020-06-22 17:16:42 | Added badges | ||
| a80ed7f1 | 2020-06-22 17:02:02 | * Changed version in README | ||
| 2c12f476 | 2020-06-22 16:16:05 | * Changed version to 0.4.0 and updated docs | ||
| 64faae59 | 2020-06-21 16:39:00 | Changed a bunch of to_string() to to_owned() | ||
| 32b618c8 | 2020-06-21 15:57:16 | Additional feature! | ||
| c9b81c70 | 2020-04-13 22:57:06 | Better doc with examples | ||
| 7de3d067 | 2020-04-13 18:06:33 | Changed dependency version for more compatibility | ||
| bf2d753f | 2020-04-13 16:59:30 | preparations to push to crates.io | ||
| 2c3d9a39 | 2020-04-13 16:41:42 | Merge branch 'master' of github.com:constantoine/totp-rs | ||
| e4915a64 | 2020-04-13 16:39:57 | Finally, my own library. With a fix on the QR code generation | ||
| e89e1f5c | 2020-04-12 01:08:38 | Update README.md | ||
| b2af324a | 2020-04-12 01:05:26 | Fixed typo in readme | ||
| d1e04d7c | 2020-04-11 21:24:50 | First commit |