wrap_key

Function wrap_key 

Source
pub(crate) fn wrap_key(
    key: &CryptoKey,
    plaintext: &[u8],
) -> Result<Vec<u8>, Error>
Expand description