summaryrefslogtreecommitdiff
path: root/cast.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make CAST temporaries class membersJeffrey Walton2018-04-071-9/+3
|
* Clear clang-tidy warningsJeffrey Walton2018-01-241-4/+6
|
* Clear uninitialized variable warnings under xlCJeffrey Walton2017-09-011-1/+1
|
* 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
* Fix potential zeroizer removal (Issue 331)Jeffrey Walton2016-10-311-1/+1
|
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
| | | | 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
* Fix CAST-128 and CAST-256 VariableKeyLength information (Issue 252)Jeffrey Walton2016-09-051-43/+43
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-297/+296
|
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-1/+1
|
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
|
* Cleared UB in cast.cpp due to use of rotVariable. On PowerPC, the ↵Jeffrey Walton2015-07-231-3/+3
| | | | specialization that uses inline assembler will activate. The inline assembly uses __rlwnm which takes a mask and does not suffer C/C++ UB
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-3/+3
|
* reduce warnings on GCCweidai2003-11-051-24/+24
|
* Initial revisionweidai2002-10-041-0/+296