summaryrefslogtreecommitdiff
path: root/ccm.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix clang warnings (GH #771)Marcel Raad2019-01-021-1/+1
|
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-0/+2
|
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-3/+0
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-23/+23
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Update documentationJeffrey Walton2017-11-181-1/+3
|
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* Updated documentationJeffrey Walton2016-10-121-4/+4
|
* Updated documentationJeffrey Walton2016-09-101-0/+4
|
* Updated documentationJeffrey Walton2016-01-291-4/+16
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-1/+7
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-2/+1
|
* - add EAX mode, XSalsa20weidai2009-03-121-1/+1
| | | | | | - speed up GCM key setup - wipe stack in AES assembly code - speed up CFB mode
* tweaks/fixes for 5.6weidai2009-03-031-5/+5
|
* changes for 5.6: weidai2009-03-021-0/+101
- 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