aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/blowfish/blowfish.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make get_byte take a compile-time constant indexJack Lloyd2021-04-161-4/+4
* Break complicated expression down into several statementsJack Lloyd2020-11-301-2/+6
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-2/+2
* Add Bcrypt-PBKDFJack Lloyd2019-05-311-3/+11
* Unroll Blowfish loop by 4 instead of 2Jack Lloyd2018-10-141-16/+45
* Support salts other than exactly 16 bytes for Blowfish key setupJack Lloyd2018-07-181-28/+31
* Document new flag for setting bcrypt version [ci skip]Jack Lloyd2018-07-051-1/+1
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-6/+2
* Optimize BlowfishJack Lloyd2017-11-161-41/+82
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+4
* 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