diff options
author | Ayrx <terrycwk1994@gmail.com> | 2014-02-10 00:21:24 +0800 |
---|---|---|
committer | Ayrx <terrycwk1994@gmail.com> | 2014-02-10 00:21:24 +0800 |
commit | 9f08ec19952170b4f43b072cc73809ffd83f38d6 (patch) | |
tree | 8ecfc0ec2c9efbca97dd2bee85e69a62a63381d8 | |
parent | efc68383ecb17c88fe1df8ed84b3f3d0e08a6dfc (diff) | |
download | cryptography-9f08ec19952170b4f43b072cc73809ffd83f38d6.tar.gz cryptography-9f08ec19952170b4f43b072cc73809ffd83f38d6.tar.bz2 cryptography-9f08ec19952170b4f43b072cc73809ffd83f38d6.zip |
Fixed error in totp test vectors.
-rw-r--r-- | tests/hazmat/primitives/vectors/oath/rfc-6238.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/hazmat/primitives/vectors/oath/rfc-6238.txt b/tests/hazmat/primitives/vectors/oath/rfc-6238.txt index 5c2fa114..cc209950 100644 --- a/tests/hazmat/primitives/vectors/oath/rfc-6238.txt +++ b/tests/hazmat/primitives/vectors/oath/rfc-6238.txt @@ -81,13 +81,13 @@ SECRET = 12345678901234567890 COUNT = 13 TIME = 2000000000 -TOTP = 69279037 +TOTP = 90698825 MODE = SHA256 SECRET = 12345678901234567890 COUNT = 14 TIME = 2000000000 -TOTP = 69279037 +TOTP = 38618901 MODE = SHA512 SECRET = 12345678901234567890 |