aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/kdf1
Commit message (Expand)AuthorAgeFilesLines
* Add KDF::new_objectJack Lloyd2021-04-032-5/+7
* Remove the KDF truncation behaviorJack Lloyd2020-11-282-16/+34
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-062-4/+2
* Fix LGTM warning about overflow checks in SP800-108 KDFJack Lloyd2020-10-021-0/+1
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-121-0/+4
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* 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