summaryrefslogtreecommitdiff
path: root/shark.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-041-1/+1
|
* Sync CRYPTOPP_{BIG|LITTLE}_ENDIAN with AutotoolsJeffrey Walton2018-10-281-2/+2
| | | | 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
* Prefix IS_LITTLE_ENDIAN and IS_BIG_ENDIAN with CRYPTOPPJeffrey Walton2017-11-101-2/+2
|
* 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
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-16/+37
|
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-2/+2
| | | | 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
* Backed out use of "static const" to declare constant; switch to "enum" ↵Jeffrey Walton2016-09-061-3/+0
| | | | (Issue 255)
* Initial fix for older Apple ld's non_lazy_ptr missing symbols (Issue 255)Jeffrey Walton2016-09-061-0/+3
|
* Fix SHARK VariableKeyLength information (Issue 252)Jeffrey Walton2016-09-051-16/+16
|
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-251-2/+2
|
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-251-2/+4
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-141/+140
|
* Cleared "signed/unsigned" warning under GCC 4.8 (this may have been a GCC ↵Jeffrey Walton2015-07-261-1/+2
| | | | 4.8/Debian-i686 issue because both types were unsigned)
* Cleared initialization warning related to use of bracketsJeffrey Walton2015-07-021-0/+4
|
* changes for 5.6: weidai2009-03-021-5/+0
| | | | | | - 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
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-4/+3
|
* fix warnings for VC7 and GCCweidai2003-03-201-1/+1
|
* Initial revisionweidai2002-10-041-0/+142