cosmian_kms_crypto 5.24.0

Cosmian KMS Crypto - cryptographic operations and algorithms
Documentation
pub mod error;
pub use error::AnoError;

mod hash;
pub use hash::{HashMethod, Hasher};

mod noise;
pub use noise::{Laplace, NoiseGenerator, NoiseMethod};

mod word;
pub use word::{WordMasker, WordPatternMasker, WordTokenizer};

mod number;
pub use number::{DateAggregator, NumberAggregator, NumberScaler};

mod date_helper;
pub use date_helper::{TimeUnit, datetime_to_rfc3339};

#[cfg(test)]
mod tests;