Skip to main content

Module cipher

Module cipher 

Source

Re-exports§

pub use root_key::RootKey;
pub use root_key::RootKeyMetadata;
pub use derived_key::DerivedKey;

Modules§

derived_key
root_key

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.