aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pbkdf/pbkdf2
Commit message (Expand)AuthorAgeFilesLines
* 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