Module v1

Module v1 

Source
Expand description

Version 1 implementation of the encryption protocol

Uses XChaCha20-Poly1305 with Argon2id key derivation.

Modulesยง

crypt
Encryption and decryption primitives.
file
Encrypted file structures.
file_ops
Encrypted file operations.
header
File header structures.
header_ops
File header serialization and deserialization.
key
Key derivation parameters.
key_ops
Key derivation operations.