aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pbkdf
Commit message (Expand)AuthorAgeFilesLines
* pbkdf: Add missing overridesDaniel Seither2015-07-301-2/+2
* Fix typosSimon Warta2015-07-241-1/+1
* Add missing semicolonsDaniel Seither2015-07-151-1/+1
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-0/+2
* lib/pbkdf: Convert &vec[0] to vec.data()Simon Warta2015-06-234-12/+12
* 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-186-127/+179
* 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-047-2/+57
* Ensure all files have copyright and license info.lloyd2015-01-106-6/+6
* Guess I won't be needing theselloyd2014-01-182-2/+0
* More unique_ptr, also cleanup MGF1 usagelloyd2014-01-182-17/+5
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-181-8/+4
* Move lib into srclloyd2014-01-109-0/+466