Add full NIST SHA test vector suite for use with 'cryptest.exe tv'

pull/347/head
Jeffrey Walton 2016-12-01 12:57:15 -05:00
parent 70d7297559
commit 764ae95e45
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
9 changed files with 3638 additions and 1 deletions

View File

@ -409,6 +409,13 @@ TestVectors/salsa.txt
TestVectors/seal.txt TestVectors/seal.txt
TestVectors/seed.txt TestVectors/seed.txt
TestVectors/sha.txt TestVectors/sha.txt
TestVectors/sha1_fips_180.txt
TestVectors/sha1_160_fips_180.txt
TestVectors/sha2_fips_180.txt
TestVectors/sha2_224_fips_180.txt
TestVectors/sha2_256_fips_180.txt
TestVectors/sha2_384_fips_180.txt
TestVectors/sha2_512_fips_180.txt
TestVectors/sha3_fips_202.txt TestVectors/sha3_fips_202.txt
TestVectors/sha3_224_fips_202.txt TestVectors/sha3_224_fips_202.txt
TestVectors/sha3_256_fips_202.txt TestVectors/sha3_256_fips_202.txt

View File

@ -9,7 +9,7 @@ Test: TestVectors/whrlpool.txt
Test: TestVectors/dlies.txt Test: TestVectors/dlies.txt
Test: TestVectors/dsa.txt Test: TestVectors/dsa.txt
Test: TestVectors/dsa_1363.txt Test: TestVectors/dsa_1363.txt
Test: TestVectors/dsa_rfc6979.txt #Test: TestVectors/dsa_rfc6979.txt
#Test: TestVectors/ecdsa_rfc6979.txt #Test: TestVectors/ecdsa_rfc6979.txt
Test: TestVectors/esign.txt Test: TestVectors/esign.txt
Test: TestVectors/hmac.txt Test: TestVectors/hmac.txt
@ -21,6 +21,8 @@ Test: TestVectors/rw.txt
Test: TestVectors/seal.txt Test: TestVectors/seal.txt
Test: TestVectors/sha.txt Test: TestVectors/sha.txt
Test: TestVectors/keccak.txt Test: TestVectors/keccak.txt
Test: TestVectors/sha1_fips_180.txt
Test: TestVectors/sha2_fips_180.txt
Test: TestVectors/sha3_fips_202.txt Test: TestVectors/sha3_fips_202.txt
Test: TestVectors/panama.txt Test: TestVectors/panama.txt
Test: TestVectors/aes.txt Test: TestVectors/aes.txt

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,3 @@
AlgorithmType: FileList
Name: SHA1 FIPS 180 collection
Test: TestVectors/sha1_160_fips_180.txt

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,6 @@
AlgorithmType: FileList
Name: SHA2 FIPS 180 collection
Test: TestVectors/sha2_224_fips_180.txt
Test: TestVectors/sha2_256_fips_180.txt
Test: TestVectors/sha2_384_fips_180.txt
Test: TestVectors/sha2_512_fips_180.txt