summaryrefslogtreecommitdiff
path: root/aes.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix semicolons yet again (GH #889)Jeffrey Walton2019-10-141-1/+1
| | | | So it looks like sed added a '\r' between the closing paren and the semi. Grepping for '^;' failed because the '\r' was considered part of the previous line, so it showed no hits. I finally had to write a C program to properly identify and fix those damn stray semicolons.
* Don't add semicolon to CRYPTOPP_CONSTANT abd DOCUMENTED_TYPEDEF (GH #889)Jeffrey Walton2019-10-031-1/+1
| | | | This issue is a recurring issue. Let's try fixing it in the #define this time.
* Update documentationJeffrey Walton2018-03-221-4/+4
|
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-1/+0
|
* Update documentationJeffrey Walton2018-01-111-1/+2
|
* Update documentationJeffrey Walton2018-01-111-1/+2
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-11/+11
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Fix extra semicolon (GH #532)Jeffrey Walton2017-11-121-1/+1
|
* Update documentationJeffrey Walton2017-08-161-0/+6
|
* 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 Walton2015-12-131-1/+3
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-16/+21
|
* changes for 5.6: weidai2009-03-021-1/+1
| | | | | | - 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 documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-10/+2
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-1/+1
|
* Initial revisionweidai2002-10-041-0/+24