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 a block using the AES128GCM encryption scheme.
- Encrypt a block using the AES128GCM encryption scheme.
- Generate a local ECE key pair and authentication secret.