Re-exports§
pub use root_key::RootKey;pub use root_key::RootKeyMetadata;pub use derived_key::DerivedKey;
Modules§
Structs§
- Cipher
- Encryption is a struct that contains a dek and a nonce. The dek is a 32 byte key used to encrypt and decrypt data. The nonce is a 12 byte nonce used to encrypt and decrypt data.