summaryrefslogtreecommitdiff
path: root/vmac.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add x86/x64 assembly for SHA-256,weidai2009-03-101-6/+3
| | | | | | | | add DEFAULT_CHANNEL and AAD_CHANNEL, fix macChannel for AuthenticatedEncryptionFilter git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@440 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* work around GCC Bug 31690weidai2009-03-031-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@436 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* changes for 5.6: weidai2009-03-021-12/+24
| | | | | | | | | - 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 incorrect VMAC computation on message lengths that are >64 mod 128weidai2009-01-241-5/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@431 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix compile with -fPIC (reported by Geoff Beier)weidai2008-11-211-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@425 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix compile with ICC 10weidai2007-09-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@407 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* patch from Jody Hagins to fix gcc 3.2 compileweidai2007-08-131-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@381 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix bug on 32-bit big-endian machinesweidai2007-05-241-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@373 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix compile on Turbo C++ 2006weidai2007-05-051-5/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@365 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix compile with ICC for ia64weidai2007-05-051-14/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@360 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix bug in assemblyweidai2007-05-041-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@354 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* VMAC draft-krovetz-vmac-01weidai2007-05-041-0/+810
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@353 57ff6487-cd31-0410-9ec3-f628ee90f5f0