⚠️ VeridianOS Kernel Documentation
- This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise.
no_std
hkdf_extract
veridian_
kernel
0.25.2
In veridian_
kernel::
net::
tls::
cipher
veridian_kernel
::
net
::
tls
::
cipher
Function
hkdf_
extract
Copy item path
Source
pub fn hkdf_extract(salt: &[u8], ikm: &[u8]) -> [u8; 32]
Expand description
HKDF-Extract: PRK = HMAC-Hash(salt, IKM)