summaryrefslogtreecommitdiff
path: root/blowfish.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-2/+2
* Revert BlowfishCompat changes (PR #877)Jeffrey Walton2019-10-121-28/+16
* Fix -Wundefined-var-template warning in Blowfish (PR #888)Răzvan Cojocaru2019-10-031-0/+6
* Add support for Mcrypt's blowfish-compat (PR #877)Răzvan Cojocaru2019-09-291-16/+22
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-99/+99
* Cleared "signed/unsigned" warning on Debian 8/i686. ROUNDS was already unsign...Jeffrey Walton2015-07-301-3/+3
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-2/+2
* Initial revisionweidai2002-10-041-0/+99