Expand description
This module contains all the cryptographic-related logic for the application.
It includes modules for:
hpke: A simplified implementation of Hybrid Public Key Encryption.identity: Management of the user’s identity, including libp2p and HPKE keypairs.storage: Encryption of data at rest.
Re-exports§
pub use hpke::HpkeContext;pub use identity::Identity;pub use storage::StorageEncryption;