aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/kdf1
Commit message (Expand)AuthorAgeFilesLines
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-9/+9
* 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-1/+2
* add label parameter to KDF::derive_keyKai Michaelis2016-05-192-2/+4
* 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
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-171-1/+0
* 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
* Modify interfaces of KDF and PBKDF to write output to an array, withlloyd2015-02-182-16/+23
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-4/+0
* Use registry also for KDF, EMSA, and EMElloyd2015-01-311-0/+3
* 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-181-4/+2
* Move lib into srclloyd2014-01-103-0/+68