cosmian_kms_crypto 5.24.0

Cosmian KMS Crypto - cryptographic operations and algorithms
Documentation
1
2
3
4
5
6
7
8
9
pub mod symmetric_ciphers;

pub mod rfc3394;
pub mod rfc5649;

#[cfg(feature = "non-fips")]
mod aes_gcm_siv_not_openssl;
#[cfg(test)]
mod tests;