aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pbkdf/pbkdf2
Commit message (Expand)AuthorAgeFilesLines
* Improve PBKDF self-tuningJack Lloyd2018-12-291-5/+5
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-1/+1
* Avoid a MSVC 2015 warningJack Lloyd2018-10-011-1/+1
* Fix some MSVC warningsJack Lloyd2018-09-301-1/+1
* Add from_iterationsJack Lloyd2018-09-102-0/+7
* Convert PBKDF2Jack Lloyd2018-09-103-71/+226
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-0/+1
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-1/+1
* Header file cleanupsJack Lloyd2017-09-212-2/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-2/+2
* 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
* Remove Algo_RegistryJack Lloyd2016-10-212-13/+0
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* V816 It is more efficient to catch exception by reference rather than by valu...Daniel Neus2016-02-081-1/+1
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Mass-prefix member vars with m_René Korthaus2016-01-082-5/+5
* 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-5/+4
* Internal header cleanupsJack Lloyd2015-09-191-2/+1
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-111-3/+1
* lib/pbkdf: Convert &vec[0] to vec.data()Simon Warta2015-06-231-6/+6
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-2/+2
* Convert HKDF to the normal KDF interfacelloyd2015-02-181-3/+2
* Modify interfaces of KDF and PBKDF to write output to an array, withlloyd2015-02-182-44/+59
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-161-1/+1
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-043-1/+19
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Guess I won't be needing theselloyd2014-01-181-1/+0
* More unique_ptr, also cleanup MGF1 usagelloyd2014-01-181-7/+3
* Move lib into srclloyd2014-01-103-0/+171