Add full NIST SHA test vector suite for use with 'cryptest.exe tv'
parent
70d7297559
commit
764ae95e45
|
|
@ -409,6 +409,13 @@ TestVectors/salsa.txt
|
|||
TestVectors/seal.txt
|
||||
TestVectors/seed.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_224_fips_202.txt
|
||||
TestVectors/sha3_256_fips_202.txt
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ Test: TestVectors/whrlpool.txt
|
|||
Test: TestVectors/dlies.txt
|
||||
Test: TestVectors/dsa.txt
|
||||
Test: TestVectors/dsa_1363.txt
|
||||
Test: TestVectors/dsa_rfc6979.txt
|
||||
#Test: TestVectors/dsa_rfc6979.txt
|
||||
#Test: TestVectors/ecdsa_rfc6979.txt
|
||||
Test: TestVectors/esign.txt
|
||||
Test: TestVectors/hmac.txt
|
||||
|
|
@ -21,6 +21,8 @@ Test: TestVectors/rw.txt
|
|||
Test: TestVectors/seal.txt
|
||||
Test: TestVectors/sha.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/panama.txt
|
||||
Test: TestVectors/aes.txt
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -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
|
|
@ -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
|
||||
Loading…
Reference in New Issue