aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h
Commit message (Collapse)AuthorAgeFilesLines
* 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