summaryrefslogtreecommitdiff
path: root/sosemanuk.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix compile on OpenSolaris 8.11weidai2009-03-131-7/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@450 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* changes for 5.6: weidai2009-03-021-3/+8
| | | | | | | | | - 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
* remove -msse2 since we don't use SSE2 intrinsics anymoreweidai2007-09-241-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@404 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* remove -msse2 since we don't use SSE2 intrinsics anymoreweidai2007-09-241-1/+2
| | | | 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-99/+129
| | | | | | - 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
* fix compile for x64, DLL and VC 6weidai2007-05-041-133/+134
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@332 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add Sosemanukweidai2007-04-151-0/+677
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@280 57ff6487-cd31-0410-9ec3-f628ee90f5f0