Jeffrey Walton
b7de164d62
Cut-in CRYPTOPP_ASSERT in all remaining header and source files
2015-07-26 16:03:14 -04:00
Jeffrey Walton
7b64ca489a
Added "trap.h" include for header and source files that assert
2015-07-26 15:51:16 -04:00
Jeffrey Walton
3c56063c3f
Added CRYPTOPP_CLANG_NO_INTEGRATED_AS as a guard in config.h (disabled by default since integrated-as is default behavior and the bug is active). GNU_ATT_SYNTAX → GNU_AS_ATT_SYNTAX and GNUINTEL_SYNTAX → GNU_AS_INTEL_SYNTAX
2015-07-21 18:05:48 -04:00
Jeffrey Walton
444d1f1a3b
Cut-in to utilize GNU_ATT_SYNTAX and GNU_INTEL_SYNTAX macros. Also see LLVM Bug 18916 ( https://llvm.org/bugs/show_bug.cgi?id=18916 )
2015-07-21 14:37:55 -04:00
Jeffrey Walton
f03ab5cbd1
Removed execute bit from C++ header and source files
2015-06-24 14:15:29 -04:00
Jeffrey Walton
c6fde0fa5a
Cleared unknown pragma warning with -Wall
2015-06-08 02:27:05 -04:00
weidai
f5912cc4e6
fix Salsa validation failure when compiling with GCC 4.6 ( https://sourceforge.net/apps/trac/cryptopp/ticket/12 )
2011-06-05 21:07:11 +00:00
weidai
3202bf2809
fix compile on OpenSolaris 8.11
2009-03-13 11:15:21 +00:00
weidai
2779fc6050
- add EAX mode, XSalsa20
...
- speed up GCM key setup
- wipe stack in AES assembly code
- speed up CFB mode
2009-03-12 11:24:12 +00:00
weidai
d8a644fc4e
changes for 5.6:
...
- added AuthenticatedSymmetricCipher interface class and Filter wrappers
- added CCM, GCM (with SSE2 assembly), CMAC, and SEED
- improved AES speed on x86 and x64
- removed WORD64_AVAILABLE; compiler 64-bit int support is now required
2009-03-02 02:39:17 +00:00
weidai
645b318c4d
fix compile for ICC 10
2007-09-24 05:35:59 +00:00
weidai
9ee3a25d0d
remove -msse2 since we don't use SSE2 intrinsics anymore
2007-09-24 03:52:17 +00:00
weidai
23accd43c5
- port x64 assembly code to MASM
...
- improve stack unwindability on x64 for GCC by not modifying RBP/RSP registers in inline assembly
2007-09-24 00:43:57 +00:00
weidai
b130b99781
fixed Salsa20 initialization crash on non-SSE2 machines
2007-08-13 23:48:17 +00:00
weidai
3dfcdf8c44
work around GCC bug for x64
2007-05-05 15:25:12 +00:00
weidai
f46f0d73c5
fix compile on Mac OS X
2007-05-04 20:46:32 +00:00
weidai
f41245df6f
reduce risk of reusing random numbers after VM state rollback
2007-05-04 15:37:46 +00:00
weidai
3a3fef7436
fix compile on Sun CC
2007-04-16 05:40:37 +00:00
weidai
bbbd09553b
SSE2 optimizations
2007-04-15 22:54:31 +00:00
weidai
4afd858ae4
port to Borland C++Builder 2006
2006-12-14 11:41:39 +00:00
weidai
28c392e082
add Salsa20 cipher
2006-12-09 17:18:13 +00:00