aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/kdf1_iso18033
Commit message (Collapse)AuthorAgeFilesLines
* Use explicit on more single-argument constructorsJack Lloyd2017-09-301-1/+1
|
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
| | | | | Done by a perl script which converted all classes to final, followed by selective reversion where it caused compilation failures.
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
| | | | | | ISO C++ reserves names with double underscores in them Closes #512
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
| | | | | Defined in build.h, all equal to BOTAN_DLL so ties into existing system for exporting symbols.
* 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
| | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them.
* 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