aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pbkdf/pbkdf2/pbkdf2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix PBKDF2 with zero iterationsJack Lloyd2019-08-311-0/+6
* Fix various MSVC warningsJack Lloyd2019-06-291-1/+1
* Improve PBKDF self-tuningJack Lloyd2018-12-291-5/+5
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-1/+1
* Fix some MSVC warningsJack Lloyd2018-09-301-1/+1
* Add from_iterationsJack Lloyd2018-09-101-0/+5
* Convert PBKDF2Jack Lloyd2018-09-101-60/+159
* 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-211-1/+0
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-7/+7
* Remove Algo_RegistryJack Lloyd2016-10-211-11/+0
* V816 It is more efficient to catch exception by reference rather than by valu...Daniel Neus2016-02-081-1/+1
* Mass-prefix member vars with m_René Korthaus2016-01-081-1/+1
* 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-181-38/+46
* 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-041-0/+15
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+111