Skip to main content

wrap_blob

Function wrap_blob 

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

Wrap key material of any length. Inverse of unwrap_blob.