aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h
Commit message (Collapse)AuthorAgeFilesLines
* Add KDF::new_objectJack Lloyd2021-04-031-3/+5
|
* Remove the KDF truncation behaviorJack Lloyd2020-11-281-4/+4
| | | | Closes GH #2347
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-3/+1
| | | | | | | | | Now modules default to internal headers instead of defaulting to public; making a new public API should be a visible and intentional choice. Brings the public header count from over 300 to around 150. Also removes the deprecated tls_blocking interface
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
|
* 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.
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-4/+4
| | | | | | 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-151-2/+2
|
* Update KDF1-ISO 18033 with KDF label argumentJack Lloyd2016-06-201-1/+2
|
* add kdf1 implementation according to iso-18033 (preparation for ecies)Philipp Weber2016-04-271-0/+37