Crate cosmian_crypto_base

Crate cosmian_crypto_base 

Source

Re-exports§

pub use cosmian_crypto_core::reexport::generic_array::typenum;

Modules§

aes_hash_mmo
asymmetric
brc_c_prf_hi
distributions
entropy
hybrid_crypto
kdf
key_wrapping
primes
symmetric_crypto

Structs§

GenericArray
Struct representing a generic array - GenericArray<T, N> works like [T; N]

Enums§

CryptoBaseError
CryptoCoreError
Error type for this module.

Traits§

ArrayLength
Trait making GenericArray work, marking types to be used as length of an array
KeyTrait
Trait defining a cryptographic key.