⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

hkdf_extract

Function hkdf_extract 

Source
pub fn hkdf_extract(salt: &[u8], ikm: &[u8]) -> [u8; 32]
Expand description

HKDF-Extract: PRK = HMAC-Hash(salt, IKM)