Add an HKDF (RFC 5869) implementation

This commit is contained in:
Thomas Fossati 2016-07-17 08:51:22 +01:00 committed by Jaeden Amero
parent c4bd8ec5ed
commit 656864b360
15 changed files with 421 additions and 4 deletions

View file

@ -29,6 +29,7 @@ set(src_crypto
error.c
gcm.c
havege.c
hkdf.c
hmac_drbg.c
md.c
md2.c