summaryrefslogtreecommitdiff
path: root/cast.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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