aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/blowfish
Commit message (Expand)AuthorAgeFilesLines
* Make get_byte take a compile-time constant indexJack Lloyd2021-04-161-4/+4
* Add BlockCipher::new_objectJack Lloyd2021-04-031-1/+1
* Break complicated expression down into several statementsJack Lloyd2020-11-301-2/+6
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-062-12/+3
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* Add Bcrypt-PBKDFJack Lloyd2019-05-312-4/+12
* Unroll Blowfish loop by 4 instead of 2Jack Lloyd2018-10-141-16/+45
* Revert increase in Blowfish minimum length.Jack Lloyd2018-09-072-2/+2
* Increase minimum Blowfish key length to 64 bitsJack Lloyd2018-09-072-2/+2
* Support salts other than exactly 16 bytes for Blowfish key setupJack Lloyd2018-07-183-32/+45
* 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
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Fix incorrect password truncation in bcrypt password hashing.Jack Lloyd2017-03-241-7/+11
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-44/+44
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-14/+8
* Remove blowfish table source file.Jack Lloyd2016-11-031-190/+0
* Inline Blowfish tables to blowfish.cppJack Lloyd2016-11-032-3/+182
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Mass-prefix member vars with m_René Korthaus2016-01-082-35/+35
* 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
* block: Add missing overridesDaniel Seither2015-07-301-6/+6
* 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-103-3/+3
* Fix various warnings from VC++ 2014 and add missing includelloyd2014-10-311-1/+1
* Move lib into srclloyd2014-01-104-0/+439