From d83e4a0704123d1d46431d109deaa2596177e7dc Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 24 Apr 2016 00:03:21 -0400 Subject: [PATCH] Add comment on test vectors used for CRYPTOPP_USE_FIPS_202_SHA3 --- config.h | 2 +- config.recommend | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 15f421ad..b6e3b002 100644 --- a/config.h +++ b/config.h @@ -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 *************** diff --git a/config.recommend b/config.recommend index 98b8ebf7..2d5c7ea2 100644 --- a/config.recommend +++ b/config.recommend @@ -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 ***************