[][src]Function aes_keywrap_rs::aes_wrap_key_with_pad

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

Wrap key with pad using padding algorithm (RFC5649)