summaryrefslogtreecommitdiff
path: root/cbcmac.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-2/+2
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-62/+62
|
* changes for 5.6: weidai2009-03-021-5/+4
| | | | | | - 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
* fix incorrect type in UncheckedSetKey parameterweidai2006-12-111-1/+1
|
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-1/+1
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-3/+3
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+63