Re-exports§
pub use crate::crypto::Cryptographer;
pub use crate::crypto::EcKeyComponents;
pub use crate::crypto::LocalKeyPair;
pub use crate::crypto::RemotePublicKey;
Modules§
Enums§
Functions§
- decrypt
- Decrypt a block using the AES128GCM encryption scheme.
- encrypt
- Encrypt a block using the AES128GCM encryption scheme.
- generate_
keypair_ and_ auth_ secret - Generate a local ECE key pair and authentication secret.