mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Add an HKDF (RFC 5869) implementation
This commit is contained in:
parent
c4bd8ec5ed
commit
656864b360
15 changed files with 421 additions and 4 deletions
|
|
@ -29,6 +29,7 @@ set(src_crypto
|
|||
error.c
|
||||
gcm.c
|
||||
havege.c
|
||||
hkdf.c
|
||||
hmac_drbg.c
|
||||
md.c
|
||||
md2.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue