unwrap_key

Function unwrap_key 

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