Why it matters
HKDF is standard KDF. Understanding shapes crypto.
Advertisement
The architecture
Extract: PRK = HMAC(salt, IKM).
Expand: OKM = HMAC(PRK, info + counter).
Advertisement
How it works end to end
Krawczyk 2010 RFC 5869.
SHA-256 based common.
info parameter for context.
TLS 1.3 uses.