thodg/totp-rs/src/rfc.rs

Branch :


Log

Author Commit Date CI Message
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