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