summaryrefslogtreecommitdiff
path: root/des.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-3/+3
* Miscellaneos warning fixes (GH #739)bobsayshilol2018-11-131-2/+4
* Switch to rotlConstant and rotrConstantJeffrey Walton2017-11-251-14/+14
* Add statics to anonymous namespaceJeffrey Walton2016-10-101-10/+20
* Backed out use of "static const" to declare constant; switch to "enum" (Issue...Jeffrey Walton2016-09-061-6/+0
* Initial fix for older Apple ld's non_lazy_ptr missing symbols (Issue 255)Jeffrey Walton2016-09-061-4/+10
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-459/+453
* Improved comment on use of __cplusplus macroJeffrey Walton2015-08-031-1/+1
* Cleared "register is deprecated" warning on OS X with ancient versions of the...Jeffrey Walton2015-08-031-2/+4
* Cleared "'register' storage class specifier is deprecated" warning under C++11Jeffrey Walton2015-07-291-0/+8
* fix for DLL-import configurationweidai2006-12-211-7/+7
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-12/+19
* VC2005 workaroundweidai2006-12-091-2/+5
* merge in 5.0.4 changes (exclude DES and SHA-2 from DLL),weidai2003-07-101-152/+123
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+4
* Initial revisionweidai2002-10-041-0/+464