[][src]Module secret_keeper::ciphers

Encryption ciphers

Modules

aesgcm256

Cipher implementation of AES-GCM (Galois/Counter Mode) with 256-bit keys and HMAC authentication

macs

Macros to assist with SecretKeeper implementations

xchacha20

xchacha20 cipher

xchacha20_comp

XChaCha20-Poly1305 cipher with LZ4 compression

Enums

CipherKind

Encryption cipher algorithm

Traits

Cipher

Describes interface to encrypt/decrypt file

CompressingCipher

Compressing cipher that compresses data before encrypting.

Import

Trait for cipher that can import keys