aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/sp800_56c
Commit message (Expand)AuthorAgeFilesLines
* Add KDF::new_objectJack Lloyd2021-04-031-2/+6
* Remove the KDF truncation behaviorJack Lloyd2020-11-282-11/+9
* 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-3/+1
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* Fix indent [ci skip]Jack Lloyd2019-01-051-7/+7
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* Header file cleanupsJack Lloyd2017-09-211-2/+0
* 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
* Remove Algo_RegistryJack Lloyd2016-10-212-16/+0
* Improve kdf doxygen [ci skip]René Korthaus2016-10-191-0/+4
* add label parameter to KDF::derive_keyKai Michaelis2016-05-192-4/+23
* NIST SP800-108 & 56cKai Michaelis2016-04-203-0/+90