summaryrefslogtreecommitdiff
path: root/hkdf.h
Commit message (Collapse)AuthorAgeFilesLines
* hkdf: Reduce includes. Use Nettle licensing notice.Niels Möller2017-09-141-1/+1
| | | | | * hkdf.c: Delete unneeded includes. Use Nettle licensing notice. * hkdf.h: Include only nettle-types.h, not nettle-meta.h.
* Indent and whitespace fixes.Niels Möller2017-09-061-5/+5
|
* Added the HKDF key derivation function and test vectorsNikos Mavrogiannopoulos2017-08-301-0/+67
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>