summaryrefslogtreecommitdiff
path: root/seed.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix Clang 5.0 "runtime error: addition of unsigned offset to 0xXXXX ↵Jeffrey Walton2017-12-161-4/+13
| | | | overflowed to 0xYYYY" (GH #549)
* Switch to rotlConstant and rotrConstantJeffrey Walton2017-11-251-2/+2
| | | | This will help Clang and its need for a constexpr
* 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
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-2/+2
|
* changes for 5.6: weidai2009-03-021-0/+104
- 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