summaryrefslogtreecommitdiff
path: root/des.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Miscellaneos warning fixes (GH #739)bobsayshilol2018-11-131-2/+4
| | | | | | | | * Fix -pedantic warning in GCC. * Fix -Wunused-private-field warning. * Fix -Wkeyword-macro warning.
* Switch to rotlConstant and rotrConstantJeffrey Walton2017-11-251-14/+14
| | | | This will help Clang and its need for a constexpr
* Add statics to anonymous namespaceJeffrey Walton2016-10-101-10/+20
|
* Backed out use of "static const" to declare constant; switch to "enum" ↵Jeffrey Walton2016-09-061-6/+0
| | | | (Issue 255)
* 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 ↵Jeffrey Walton2015-08-031-2/+4
| | | | the C++ runtime library
* 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
| | | | attempt (failed) to build DLL with GCC
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+4
|
* Initial revisionweidai2002-10-041-0/+464