Cleanup head notes and includes

pull/696/head
Jeffrey Walton 2018-07-27 21:04:30 -04:00
parent 884851cd9a
commit 97e283c8fd
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
3 changed files with 14 additions and 17 deletions

View File

@ -6,17 +6,13 @@
#include "validate.h" #include "validate.h"
#include "cpu.h" #include "cpu.h"
#include "files.h" #include "drbg.h"
#include "filters.h"
#include "hex.h"
#include "factory.h" #include "factory.h"
#include "algparam.h"
#include "argnames.h"
#include "smartptr.h" #include "smartptr.h"
#include "stdcpp.h" #include "stdcpp.h"
#include "drbg.h"
#include "rdrand.h"
#include "padlkrng.h"
#if CRYPTOPP_MSC_VERSION #if CRYPTOPP_MSC_VERSION
# pragma warning(disable: 4355) # pragma warning(disable: 4355)
#endif #endif

View File

@ -1,4 +1,4 @@
// bench1.cpp - originally written and placed in the public domain by Wei Dai // bench2.cpp - originally written and placed in the public domain by Wei Dai
// CryptoPP::Test namespace added by JW in February 2017 // CryptoPP::Test namespace added by JW in February 2017
#include "cryptlib.h" #include "cryptlib.h"
@ -6,18 +6,12 @@
#include "validate.h" #include "validate.h"
#include "cpu.h" #include "cpu.h"
#include "files.h"
#include "filters.h"
#include "hex.h"
#include "factory.h" #include "factory.h"
#include "algparam.h"
#include "argnames.h"
#include "smartptr.h" #include "smartptr.h"
#include "stdcpp.h" #include "stdcpp.h"
#include "modes.h"
#include "aes.h"
#include "kalyna.h"
#include "threefish.h"
#if CRYPTOPP_MSC_VERSION #if CRYPTOPP_MSC_VERSION
# pragma warning(disable: 4355) # pragma warning(disable: 4355)
#endif #endif

View File

@ -1,10 +1,17 @@
// bench2.cpp - originally written and placed in the public domain by Wei Dai // bench3.cpp - originally written and placed in the public domain by Wei Dai
// CryptoPP::Test namespace added by JW in February 2017 // CryptoPP::Test namespace added by JW in February 2017
#include "cryptlib.h" #include "cryptlib.h"
#include "bench.h" #include "bench.h"
#include "validate.h" #include "validate.h"
#include "cpu.h"
#include "factory.h"
#include "algparam.h"
#include "argnames.h"
#include "smartptr.h"
#include "stdcpp.h"
#include "pubkey.h" #include "pubkey.h"
#include "gfpcrypt.h" #include "gfpcrypt.h"
#include "eccrypto.h" #include "eccrypto.h"