aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/hkdf
Commit message (Expand)AuthorAgeFilesLines
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-29/+29
* Fix memory leak in HKDFJack Lloyd2016-11-221-1/+1
* Add full HKDF implementationRené Korthaus2016-11-122-8/+92
* Remove Algo_RegistryJack Lloyd2016-10-212-13/+0
* Minor doxygen fixes [ci skip]René Korthaus2016-10-191-1/+1
* Improve kdf doxygen [ci skip]René Korthaus2016-10-191-2/+6
* make sure kdf labels are always usedKai Michaelis2016-06-011-1/+2
* add label parameter to KDF::derive_keyKai Michaelis2016-05-192-2/+4
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* 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