summaryrefslogtreecommitdiff
path: root/cast.cpp
Commit message (Expand)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
* 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
* 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 specializat...Jeffrey Walton2015-07-231-3/+3
* 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