aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/hkdf/hkdf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+1
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-9/+4
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-1/+1
* Address some MSVC warningsJack Lloyd2017-09-301-3/+5
* Add HKDF-Expand-LabelJack Lloyd2017-09-271-1/+47
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-17/+17
* Add full HKDF implementationRené Korthaus2016-11-121-4/+41
* Remove Algo_RegistryJack Lloyd2016-10-211-11/+0
* make sure kdf labels are always usedKai Michaelis2016-06-011-1/+2
* add label parameter to KDF::derive_keyKai Michaelis2016-05-191-1/+2
* 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
* 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-181-40/+24
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-161-0/+67