[][src]Function aes_keywrap_rs::aes_unwrap_key_and_iv

pub fn aes_unwrap_key_and_iv(
    kek: &[u8],
    wrapped: &[u8]
) -> Result<(Vec<u8>, Vec<u8>), String>

Unwrap and return the key and IV