diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/sha1sum/sample-vec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sha1sum/sample-vec b/tests/sha1sum/sample-vec index e38a3f87e..092276d13 100755 --- a/tests/sha1sum/sample-vec +++ b/tests/sha1sum/sample-vec @@ -19,6 +19,9 @@ use strict; # Turn off localisation of executable's ouput. @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3; +# The data from which these tests were derived came from here: +# http://csrc.nist.gov/cryptval/shs/sha1-vectors.zip + my @Tests = ( ['1', {IN=> {f=> '0 1 ^'}}, |