aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/kdf.h
Commit message (Expand)AuthorAgeFilesLines
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-25/+25
* Cleanup from rebaseJack Lloyd2016-10-211-5/+0
* Remove Algo_RegistryJack Lloyd2016-10-211-4/+16
* Improve kdf doxygen [ci skip]René Korthaus2016-10-191-6/+29
* add label parameter to KDF::derive_keyKai Michaelis2016-05-191-12/+33
* Address some review comments by Simon. GH #279Jack Lloyd2015-09-211-1/+1
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-171-0/+13
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-111-1/+1
* lib/kdf: Convert &vec[0] to vec.data()Simon Warta2015-06-251-5/+5
* Modify interfaces of KDF and PBKDF to write output to an array, withlloyd2015-02-181-22/+25
* 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
* Add missing std includeslloyd2014-02-161-0/+1
* More unique_ptr, also cleanup MGF1 usagelloyd2014-01-181-13/+1
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-181-4/+5
* Move lib into srclloyd2014-01-101-0/+136