intel / tinycrypt

tinycrypt is a library of cryptographic algorithms with a focus on small, simple implementation.
Other
436 stars 154 forks source link

Add a HKDF implementation #43

Open utzig opened 4 years ago

utzig commented 4 years ago

HKDF, as defined by RFC5869, is a simple (HMAC)-based key derivation function, which can be used as a building block in various protocols and applications.

utzig commented 4 years ago

/cc @mczraf @ceolin