Modules§
Functions§
- basic_
decrypt - Decrypts ciphertext using AES-GCM-SIV algorithm.
- basic_
encrypt - Encrypts plaintext using AES-GCM-SIV algorithm.
- deserialize
- Deserializes a sequence of bytes into a data structure using CBOR format.
- generate_
key - Generates a random 256-bit key.
- load_
key_ from_ file - Loads a 256-bit key from a file.
- save_
key_ to_ file - Saves a 256-bit key to a file.
- serialize
- Serializes a data structure into a Vec
using CBOR format.