[][src]Function aes_keywrap_rs::aes_unwrap_key

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

Unwrap key and Check IV in RFC3394