From 3dd20ff2f87958a440c9dceae8abe3967aa48fcf Mon Sep 17 00:00:00 2001 From: --author=Satoshi Nakamoto Date: Tue, 27 Jul 2010 20:43:55 +0000 Subject: added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined speedup 2.5x faster vs 0.3.3, thanks BlackEye for figuring out the alignment problem --- cryptopp/pch.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 cryptopp/pch.h (limited to 'cryptopp/pch.h') diff --git a/cryptopp/pch.h b/cryptopp/pch.h new file mode 100644 index 0000000000..418c39076d --- /dev/null +++ b/cryptopp/pch.h @@ -0,0 +1,21 @@ +#ifndef CRYPTOPP_PCH_H +#define CRYPTOPP_PCH_H + +#ifdef CRYPTOPP_GENERATE_X64_MASM + + #include "cpu.h" + +#else + + #include "config.h" + + #ifdef USE_PRECOMPILED_HEADERS + #include "simple.h" + #include "secblock.h" + #include "misc.h" + #include "smartptr.h" + #endif + +#endif + +#endif -- cgit v1.2.3