diff --git a/TestVectors/sha2.txt b/TestVectors/sha2.txt new file mode 100644 index 00000000..0348265d --- /dev/null +++ b/TestVectors/sha2.txt @@ -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 diff --git a/TestVectors/sha3.txt b/TestVectors/sha3.txt new file mode 100644 index 00000000..fa6259bb --- /dev/null +++ b/TestVectors/sha3.txt @@ -0,0 +1,6 @@ +AlgorithmType: FileList +Name: SHA3 FIPS 202 collection +Test: TestVectors/sha3_224_fips_202.txt +Test: TestVectors/sha3_256_fips_202.txt +Test: TestVectors/sha3_384_fips_202.txt +Test: TestVectors/sha3_512_fips_202.txt diff --git a/cryptest.vcxproj b/cryptest.vcxproj index 33e1a553..adc836df 100644 --- a/cryptest.vcxproj +++ b/cryptest.vcxproj @@ -256,6 +256,7 @@ + diff --git a/cryptest.vcxproj.filters b/cryptest.vcxproj.filters index 1241089d..5adb263b 100644 --- a/cryptest.vcxproj.filters +++ b/cryptest.vcxproj.filters @@ -111,6 +111,12 @@ TestVectors + + TestVectors + + + TestVectors + TestVectors