[][src]Function aes_keywrap_rs::aes_unwrap_key_and_iv

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