summaryrefslogtreecommitdiff
path: root/camellia.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Sync CRYPTOPP_{BIG|LITTLE}_ENDIAN with AutotoolsJeffrey Walton2018-10-281-1/+1
| | | | Autotools sets up its config.h file with the '#define XXX 0' or '#define XXX 1' pattern. This check-in makes the sources Autotools aware. We need to verify CMake does the same
* Switch to rotlConstant and rotrConstantJeffrey Walton2017-11-251-13/+13
| | | | This will help Clang and its need for a constexpr
* Prefix IS_LITTLE_ENDIAN and IS_BIG_ENDIAN with CRYPTOPPJeffrey Walton2017-11-101-1/+1
|
* Remove unneeded assert from CamelliaJeffrey Walton2017-04-131-2/+1
|
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-5/+5
| | | | trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420
* Add C++11 alignas support. Deleting 'alignas' branchJeffrey Walton2016-06-141-0/+1
|
* Apply countermeasure hardening to CamelliaJeffrey Walton2016-05-021-1/+2
|
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-241-6/+12
|
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-1/+4
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-524/+529
|
* changes for 5.6: weidai2009-03-021-17/+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 compile for x64, DLL and VC 6weidai2007-05-041-1/+1
|
* optimized Camellia and added defense against timing attacksweidai2007-04-151-245/+480
|
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-2/+2
|
* minor changes related to NESSIE algorithmsweidai2003-04-231-11/+0
|
* add new algorithms (Kevin Springle)weidai2003-04-161-0/+313