Add comment on test vectors used for CRYPTOPP_USE_FIPS_202_SHA3

This commit is contained in:
Jeffrey Walton 2016-04-24 00:03:21 -04:00
parent 78144f3f42
commit d83e4a0704
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
// Define this to choose the FIPS 202 version of SHA3, and not the original version of SHA3. NIST selected Keccak as SHA3
// in January 2013. SHA3 was finalized in FIPS 202 in August 2015, and it was a modified version of the original selection.
// Note well: you must open TestVectors/all.txt, comment sha3.txt and uncomment sha3_fips_202.txt.
// If CRYPTOPP_USE_FIPS_202_SHA3 is defined, then sha3_fips_202.txt test vectors will be used instead of sha3.txt.
// #define CRYPTOPP_USE_FIPS_202_SHA3
// ***************** Less Important Settings ***************

View File

@ -45,7 +45,7 @@
// Define this to choose the FIPS 202 version of SHA3, and not the original version of SHA3. NIST selected Keccak as SHA3
// in January 2013. SHA3 was finalized in FIPS 202 in August 2015, and it was a modified version of the original selection.
// Note well: you must open TestVectors/all.txt, comment sha3.txt and uncomment sha3_fips_202.txt.
// If CRYPTOPP_USE_FIPS_202_SHA3 is defined, then sha3_fips_202.txt test vectors will be used instead of sha3.txt.
#define CRYPTOPP_USE_FIPS_202_SHA3
// ***************** Less Important Settings ***************