aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/kdf1_iso18033
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use explicit on more single-argument constructorsJack Lloyd2017-09-301-1/+1
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* 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-10/+10
* Minor doxygen fixes [ci skip]René Korthaus2016-10-191-1/+1
* Improve kdf doxygen [ci skip]René Korthaus2016-10-191-0/+3
* Add test vectors for KDF1/ISO18033René Korthaus2016-07-152-3/+3
* Update KDF1-ISO 18033 with KDF label argumentJack Lloyd2016-06-202-2/+5
* add kdf1 implementation according to iso-18033 (preparation for ecies)Philipp Weber2016-04-273-0/+73