summaryrefslogtreecommitdiff
path: root/rijndael.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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