Module crypto

Module crypto 

Source
Expand description

Cryptographic operations for secure file encryption

Structs§

CryptoEngine
Crypto engine for encryption/decryption operations
EncryptionHeader
Encryption parameters stored with encrypted data
FileMetadata
File metadata stored with encrypted data
SecureKey
Secure key material that is zeroized on drop

Enums§

CryptoError
Cryptographic errors

Constants§

CHECKSUM_SIZE
NONCE_SIZE
SALT_SIZE
Salt for key derivation