Function cosmian_crypto_core::key_unwrap_64

source ยท
pub fn key_unwrap_64(
    cipher: &[u8],
    kek: &[u8],
) -> Result<Vec<u8>, CryptoCoreError>
Expand description

Unwrap to a plain text of a 64-bits modulo size

Follows RFC 3394 The function name matches the one used in the RFC and has no link to the unwrap function in Rust