From 106106813a40048abd59c321f543769183295510 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 15 Apr 2017 08:50:03 -0400 Subject: [PATCH] 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. --- Filelist.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Filelist.txt b/Filelist.txt index a279262a..51545c04 100644 --- a/Filelist.txt +++ b/Filelist.txt @@ -417,6 +417,8 @@ TestVectors/salsa.txt TestVectors/seal.txt TestVectors/seed.txt TestVectors/sha.txt +TestVectors/sha2.txt +TestVectors/sha3.txt TestVectors/sha1_fips_180.txt TestVectors/sha1_160_fips_180.txt TestVectors/sha2_fips_180.txt