Add missing sha2 and sha3 test file names

sha2.txt and sha3.txt are just collections of other files, so they don't take up much space.

This commit stens from and exception when running 'cryptest.exe tv sha2' and  'cryptest.exe tv sha3'. Its not obvious the name of the file to be run sha2_224_fips_180.txt. Users should not have to hunt for the reason sha2 and sha3 do not work.
pull/402/head
Jeffrey Walton 2017-04-15 08:49:00 -04:00
parent 922568864e
commit 5e27404a15
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
4 changed files with 19 additions and 0 deletions

6
TestVectors/sha2.txt Normal file
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

6
TestVectors/sha3.txt Normal file
View File

@ -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

View File

@ -256,6 +256,7 @@
<None Include="TestVectors\seal.txt" /> <None Include="TestVectors\seal.txt" />
<None Include="TestVectors\seed.txt" /> <None Include="TestVectors\seed.txt" />
<None Include="TestVectors\sha.txt" /> <None Include="TestVectors\sha.txt" />
<None Include="TestVectors\sha2.txt" />
<None Include="TestVectors\sha3.txt" /> <None Include="TestVectors\sha3.txt" />
<None Include="TestVectors\shacal2.txt" /> <None Include="TestVectors\shacal2.txt" />
<None Include="TestVectors\siphash.txt" /> <None Include="TestVectors\siphash.txt" />

View File

@ -111,6 +111,12 @@
<None Include="TestVectors\sha.txt"> <None Include="TestVectors\sha.txt">
<Filter>TestVectors</Filter> <Filter>TestVectors</Filter>
</None> </None>
<None Include="TestVectors\sha2.txt">
<Filter>TestVectors</Filter>
</None>
<None Include="TestVectors\sha3.txt">
<Filter>TestVectors</Filter>
</None>
<None Include="TestVectors\sha3.txt"> <None Include="TestVectors\sha3.txt">
<Filter>TestVectors</Filter> <Filter>TestVectors</Filter>
</None> </None>