aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/hkdf/hkdf.h
Commit message (Expand)AuthorAgeFilesLines
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-3/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-12/+12
* Fix memory leak in HKDFJack Lloyd2016-11-221-1/+1
* Add full HKDF implementationRené Korthaus2016-11-121-4/+51
* Remove Algo_RegistryJack Lloyd2016-10-211-2/+0
* Minor doxygen fixes [ci skip]René Korthaus2016-10-191-1/+1
* Improve kdf doxygen [ci skip]René Korthaus2016-10-191-2/+6
* add label parameter to KDF::derive_keyKai Michaelis2016-05-191-1/+2
* 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
* kdf: Add missing overridesDaniel Seither2015-07-301-2/+2
* Convert HKDF to the normal KDF interfacelloyd2015-02-181-19/+10
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-161-0/+51