aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/blowfish/blowfish.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect password truncation in bcrypt password hashing.Jack Lloyd2017-03-241-7/+11
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-33/+33
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-14/+8
* Inline Blowfish tables to blowfish.cppJack Lloyd2016-11-031-0/+182
* Mass-prefix member vars with m_René Korthaus2016-01-081-34/+34
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-2/+2
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-3/+1
* Fix compilation by Clang with _LIBCPP_DEBUGLSK2015-07-081-4/+4
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-1/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Fix various warnings from VC++ 2014 and add missing includelloyd2014-10-311-1/+1
* Move lib into srclloyd2014-01-101-0/+195