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

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

AES Key Wrap As defined in RFC 3394.