X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/4739c68a6cb81cae53cd7df694ecd6176d6f11f8..ccabe89858b27e329f58a163ebeab8f0f26d1da4:/tests/sha diff --git a/tests/sha b/tests/sha index 94e4219..841c96c 100644 --- a/tests/sha +++ b/tests/sha @@ -1,6 +1,6 @@ # Test vectors for the SHA-1 hash function # -# $Id: sha,v 1.5 2004/03/21 22:44:36 mdw Exp $ +# $Id: sha,v 1.6 2004/04/21 00:38:42 mdw Exp $ # --- Basic hash function --- # @@ -25,6 +25,7 @@ sha-rep { "1234567890" 8 50abf5706a150990a08b2c5ea40fa0e585554732; "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 " 23 f74d36bf17ee23c46ec166a48a24da6ab999eaea; + "a" 1000000 34aa973cd4c4daa4f61eeb2bdbad27316534016f; } # --- HMAC mode ---