aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pbkdf/pbkdf.h
Commit message (Expand)AuthorAgeFilesLines
* Spell check the documentationJack Lloyd2018-09-281-1/+1
* Add PasswordHash and PasswordHashFamilyJack Lloyd2018-09-101-0/+3
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-5/+1
* Thinko fixJack Lloyd2017-09-301-1/+1
* Compat typedef PBKDF -> S2KJack Lloyd2017-09-291-1/+12
* Cryptobox code modernizationJack Lloyd2017-09-221-0/+9
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Content:Tomasz Frydrych2017-04-031-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-14/+14
* Remove Algo_RegistryJack Lloyd2016-10-211-4/+0
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-2/+3
* Improve pbkdf doxygen [ci skip]René Korthaus2016-10-191-4/+54
* Address some review comments by Simon. GH #279Jack Lloyd2015-09-211-1/+1
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-171-1/+29
* lib/pbkdf: Convert &vec[0] to vec.data()Simon Warta2015-06-231-2/+2
* Modify interfaces of KDF and PBKDF to write output to an array, withlloyd2015-02-181-34/+63
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-0/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-181-8/+4
* Move lib into srclloyd2014-01-101-0/+124