summaryrefslogtreecommitdiff
path: root/salsa.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix Salsa validation failure when compiling with GCC 4.6 ↵weidai2011-06-051-10/+11
| | | | | | (https://sourceforge.net/apps/trac/cryptopp/ticket/12) git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@529 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix compile on OpenSolaris 8.11weidai2009-03-131-6/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@450 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* - add EAX mode, XSalsa20weidai2009-03-121-17/+54
| | | | | | | | | - speed up GCM key setup - wipe stack in AES assembly code - speed up CFB mode git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@444 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* changes for 5.6: weidai2009-03-021-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 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@433 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix compile for ICC 10weidai2007-09-241-27/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@405 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* remove -msse2 since we don't use SSE2 intrinsics anymoreweidai2007-09-241-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@403 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* - port x64 assembly code to MASMweidai2007-09-241-246/+473
| | | | | | - improve stack unwindability on x64 for GCC by not modifying RBP/RSP registers in inline assembly git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@396 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fixed Salsa20 initialization crash on non-SSE2 machinesweidai2007-08-131-57/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@383 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* work around GCC bug for x64weidai2007-05-051-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@361 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix compile on Mac OS Xweidai2007-05-041-6/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@352 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* reduce risk of reusing random numbers after VM state rollbackweidai2007-05-041-17/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@340 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix compile on Sun CCweidai2007-04-161-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@325 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* SSE2 optimizationsweidai2007-04-151-86/+283
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@282 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* port to Borland C++Builder 2006weidai2006-12-141-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@260 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add Salsa20 cipherweidai2006-12-091-0/+139
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@247 57ff6487-cd31-0410-9ec3-f628ee90f5f0