aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/passhash/passhash9
Commit message (Expand)AuthorAgeFilesLines
* Update password hashing default settingsJack Lloyd2018-07-132-2/+4
* Add passhash9 tests for edge casesJack Lloyd2017-12-281-2/+2
* Add missing header includesJack Lloyd2017-09-211-0/+1
* Header file cleanupsJack Lloyd2017-09-212-1/+4
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Complete the final annotation changesJack Lloyd2017-09-191-1/+1
* Add API stability annotations.Jack Lloyd2017-09-191-2/+2
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* Add is_passhash9_alg_supported()René Korthaus2017-08-192-0/+15
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-11/+11
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-11/+10
* lib/passhash: Convert &vec[0] to vec.data()Simon Warta2015-06-231-3/+3
* Cleanupslloyd2015-03-231-15/+10
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-1/+0
* Add missing files. Remove cipher lookup from engine code.lloyd2015-02-011-8/+6
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Remove use of filters/pipelloyd2014-11-192-25/+13
* Move lib into srclloyd2014-01-103-0/+201