aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/prf_x942/prf_x942.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix LGTM warning about overflow checks in SP800-108 KDFJack Lloyd2020-10-021-0/+1
* Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-041-11/+3
* Deprecate and replace OIDS::lookupJack Lloyd2019-08-041-1/+1
* s/as_string/to_string/Jack Lloyd2019-03-011-1/+1
* DER improvementsJack Lloyd2018-05-221-1/+4
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-10/+10
* make sure kdf labels are always usedKai Michaelis2016-06-011-2/+7
* 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-2/+1
* 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-1/+1
* Modify interfaces of KDF and PBKDF to write output to an array, withlloyd2015-02-181-19/+18
* Use registry also for KDF, EMSA, and EMElloyd2015-01-311-0/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Guess I won't be needing theselloyd2014-01-181-1/+0
* Move lib into srclloyd2014-01-101-0/+92