From 9f08ec19952170b4f43b072cc73809ffd83f38d6 Mon Sep 17 00:00:00 2001 From: Ayrx Date: Mon, 10 Feb 2014 00:21:24 +0800 Subject: Fixed error in totp test vectors. --- tests/hazmat/primitives/vectors/oath/rfc-6238.txt | 4 ++-- 1 file 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 -- cgit v1.2.3