Skip to main content

wrap_key

Function wrap_key 

Source
pub fn wrap_key(encryption_key: &[u8], iv: &[u8], key: &[u8]) -> Result<Vec<u8>>
Expand description

Apple’s custom key wrapping, forwards. Inverse of unwrap_key.