aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/hkdf
Commit message (Expand)AuthorAgeFilesLines
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-5/+4
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-171-1/+1
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-2/+0
* kdf: Add missing overridesDaniel Seither2015-07-301-2/+2
* lib/kdf: Convert &vec[0] to vec.data()Simon Warta2015-06-251-1/+1
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-2/+2
* Convert HKDF to the normal KDF interfacelloyd2015-02-182-59/+34
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-163-0/+119