summaryrefslogtreecommitdiff
path: root/rijndael.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the Rijndael timing attack counter measure (Issue 146)Jeffrey Walton2016-04-121-1/+1
* Improve constant propagation of fix for Issue 146Jeffrey Walton2016-04-071-4/+8
* Revert "Improve performance of fix to Issue 146"Jeffrey Walton2016-04-071-2/+1
* Improve performance of fix to Issue 146Jeffrey Walton2016-04-071-1/+2
* Fix the Rijndael timing attack counter measurePierre Lestringant2016-04-061-2/+2
* Add call for _malloca/_freea. They are SDLC compliance items on Windows platformJeffrey Walton2016-02-091-3/+8
* Temporary fix for Issue 42 and 132Jeffrey Walton2016-02-071-9/+14
* Fix missing CryptoPP::rdtable::Te symbol for Microsoft SSE2 non-AESNI X64 pla...Jeffrey Walton2016-02-061-3/+9
* Removed CRYPTOPP_ALLOW_RIJNDAEL_UNALIGNED_DATA_ACCESS. No longer necessaryJeffrey Walton2016-02-051-14/+9
* Removed garbage charcters suffixed to CRYPTOPP_GENERATE_X64_MASM. They appear...Jeffrey Walton2016-02-051-1/+1
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-251-24/+24
* Re-constify intermediate void* castJeffrey Walton2016-01-251-5/+5
* Cleared -Wcast-align (Issue 122). No asserts added because X86/X32/X64 uses u...Jeffrey Walton2016-01-251-14/+14
* Fixed Clang 3.4 compiler error on LinuxJeffrey Walton2015-12-251-2/+20
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-2/+2
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-1274/+1277
* Fixed compile error on MinGW due to including <alloca.h>Jeffrey Walton2015-07-271-3/+1
* Added "include <alloca.h>" due to compile failure on CygwinJeffrey Walton2015-07-271-0/+3
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-2/+2
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Cleared "signed/unsigned" warning under GCC 4.8 (this may have been a GCC 4.8...Jeffrey Walton2015-07-261-1/+1
* Added CRYPTOPP_CLANG_NO_INTEGRATED_AS as a guard in config.h (disabled by def...Jeffrey Walton2015-07-211-2/+2
* Cut-in to utilize GNU_ATT_SYNTAX and GNU_INTEL_SYNTAX macros. Also see LLVM B...Jeffrey Walton2015-07-211-2/+2
* Cleared unused variable and function warningsJeffrey Walton2015-07-191-0/+9
* Cleared unknown pragma warning with -WallJeffrey Walton2015-06-081-1/+3
* fix for Valgrind error http://tahoe-lafs.org/trac/pycryptopp/ticket/67weidai2011-01-281-2/+2
* fix for https://sourceforge.net/apps/trac/cryptopp/ticket/6weidai2011-01-071-0/+4
* fix compile on GCC 4.4 and greaterweidai2010-07-291-5/+0
* fix compile on Linuxweidai2010-07-241-0/+1
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-39/+319
* fix possible race condition in Singleton::Ref()weidai2010-06-181-8/+0
* fix bugs in AES assembly (from trantrungan and Andrew Bromba)weidai2009-07-051-6/+2
* fix compile on MacOS X and MinGWweidai2009-04-051-1/+7
* fix compile on MSVC 6 and MSVC 2003weidai2009-03-151-2/+2
* fix compile on OpenSolaris 8.11weidai2009-03-131-0/+4
* - add EAX mode, XSalsa20weidai2009-03-121-77/+99
* add x86/x64 assembly for SHA-256,weidai2009-03-101-7/+11
* tweaks/fixes for 5.6weidai2009-03-031-266/+226
* fix compile on non-x86weidai2009-03-021-1/+5
* changes for 5.6: weidai2009-03-021-348/+619
* - port x64 assembly code to MASMweidai2007-09-241-54/+100
* fix compile for x64, DLL and VC 6weidai2007-05-041-96/+158
* MMX/SSE2 optimizationsweidai2007-04-151-207/+369
* fix compile on MSVC2002 and MSVC6 without Processor Packweidai2006-12-251-0/+4
* port to Borland C++Builder 2006weidai2006-12-141-1/+0
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-2/+2
* AES timing attack countermeasuresweidai2006-07-171-223/+292
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+5
* Initial revisionweidai2002-10-041-0/+375