aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf
Commit message (Expand)AuthorAgeFilesLines
* lib/kdf: Convert &vec[0] to vec.data()Simon Warta2015-06-256-10/+10
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-043-8/+8
* Convert HKDF to the normal KDF interfacelloyd2015-02-182-59/+34
* Modify interfaces of KDF and PBKDF to write output to an array, withlloyd2015-02-189-148/+138
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-163-0/+119
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-052-8/+0
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-043-6/+5
* Add missing files. Remove cipher lookup from engine code.lloyd2015-02-011-0/+28
* Use registry also for KDF, EMSA, and EMElloyd2015-01-318-56/+47
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-311-5/+0
* Remove SSLv3 and handling of SSLv2 client hellos.lloyd2015-01-114-121/+0
* Ensure all files have copyright and license info.lloyd2015-01-1012-12/+12
* Various small fixes and cleanups, new is_prime utillloyd2014-11-031-0/+1
* Add missing std includeslloyd2014-02-161-0/+1
* Fix algo factory compilelloyd2014-01-181-1/+1
* Guess I won't be needing theselloyd2014-01-186-6/+0
* More unique_ptr, also cleanup MGF1 usagelloyd2014-01-189-146/+22
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-181-4/+5
* Move lib into srclloyd2014-01-1021-0/+898