aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/prf_tls
Commit message (Expand)AuthorAgeFilesLines
* Simplify some code by using T::create_or_throwJack Lloyd2016-11-031-4/+2
* 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-0/+3
* make sure kdf labels are always usedKai Michaelis2016-06-011-5/+16
* add label parameter to KDF::derive_keyKai Michaelis2016-05-192-4/+8
* 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-2/+2
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-7/+10
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-171-1/+2
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-3/+0
* kdf: Add missing overridesDaniel Seither2015-07-301-4/+4
* 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-5/+5
* Modify interfaces of KDF and PBKDF to write output to an array, withlloyd2015-02-182-60/+42
* Use registry also for KDF, EMSA, and EMElloyd2015-01-312-11/+23
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Guess I won't be needing theselloyd2014-01-181-1/+0
* More unique_ptr, also cleanup MGF1 usagelloyd2014-01-182-29/+16
* Move lib into srclloyd2014-01-103-0/+183