aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/sp800_108
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-062-7/+5
* Fix LGTM warning about overflow checks in SP800-108 KDFJack Lloyd2020-10-021-9/+22
* Deprecate many publically available headersJack Lloyd2019-09-062-0/+3
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-1/+1
* Use explicit on more single-argument constructorsJack Lloyd2017-09-301-3/+3
* Address some MSVC warningsJack Lloyd2017-09-301-104/+104
* Apply final annotations to the library alsoJack Lloyd2017-09-221-3/+3
* Header file cleanupsJack Lloyd2017-09-211-1/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-3/+3
* 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-40/+40
* Remove Algo_RegistryJack Lloyd2016-10-212-38/+0
* Minor doxygen fixes [ci skip]René Korthaus2016-10-191-1/+1
* Improve kdf doxygen [ci skip]René Korthaus2016-10-191-0/+3
* add label parameter to KDF::derive_keyKai Michaelis2016-05-192-8/+95
* NIST SP800-108 & 56cKai Michaelis2016-04-203-0/+244