Module lock_keeper::crypto::cryptor_key
source · Expand description
This defines CryptorKey
type, which is an encryption key that can be
used to securely encrypt/decrypt data.
Structs§
- The
CryptorKey
type is a default-length symmetric encryption key for an AEAD scheme. It can be used to securely encrypt data.