Crate liserk_client

Crate liserk_client 

Source

Modules§

error
stream

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.