Skip to main content

hkdf_extract

Function hkdf_extract 

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

HKDF extract step. Per coding_agent_session_search-vz9t8.4, instrumented with safe tracing — only lengths are recorded.