Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| de61f0a3 | 2024-01-19 13:55:04 | Added crate feature requirements to docs | ||
| aad5f9aa | 2023-07-15 19:28:06 | Remove unnecessary alloc and add docs. | ||
| cf6029aa | 2022-12-22 16:53:41 | Drop generic support | ||
| 608b6f28 | 2022-12-22 16:40:19 | Merge pull request #40 from tmpfs/zeroize Support zeroize feature. | ||
| d241e00f | 2022-11-02 11:29:04 | Implement std::error::Error for totp-rs error types Signed-off-by: constantoine <cleo.rebert-ext@treezor.com> | ||
| 28ebb0e9 | 2022-11-02 11:14:18 | Support zeroize feature. | ||
| 0131d7e0 | 2022-10-10 11:12:44 | Cargo fmt Signed-off-by: constantoine <cleo.rebert-ext@treezor.com> | ||
| 3f39b3a1 | 2022-10-05 17:32:31 | Add coverage for rfc.rs Signed-off-by: constantoine <cleo.rebert-ext@treezor.com> | ||
| 0f0e7d60 | 2022-10-05 11:55:37 | Cargo fmt Signed-off-by: constantoine <cleo.rebert-ext@treezor.com> | ||
| 4d9e41ee | 2022-10-05 11:45:21 | Fix clippy warnings Signed-off-by: constantoine <cleo.rebert-ext@treezor.com> | ||
| cd903afb | 2022-08-09 11:05:36 | Make otpauth fields only appear with otpauth feature Signed-off-by: constantoine <cleo.rebert-ext@treezor.com> | ||
| 8e890ac1 | 2022-08-08 19:52:54 | Refactor error handling Closes #23 Signed-off-by: constantoine <cleo.rebert-ext@treezor.com> | ||
| fe2363c7 | 2022-08-08 17:30:27 | TOTP::new checks digits value compliance to rfc | ||
| eb9b0443 | 2022-08-08 14:17:23 | fix build for serde_support feature | ||
| fcfebe14 | 2022-08-08 14:10:39 | clippy | ||
| 6623af9d | 2022-08-06 17:31:11 | Rfc6238 struct |