From e10f3611934b10ef5a133af014c28eb36f07e01f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 3 Nov 2000 11:12:01 +0000 Subject: list the source --- tests/sha1sum/sample-vec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/sha1sum/sample-vec') 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 ^'}}, -- cgit v1.2.3-54-g00ecf