Function pgp::crypto::aes_kw::unwrap[][src]

pub fn unwrap(key: &[u8], data: &[u8]) -> Result<Vec<u8>>
Expand description

AES Key Unwrap As defined in RFC 3394.