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