Skip to main content

Crate git_simple_encrypt

Crate git_simple_encrypt 

Source

Re-exports§

pub use crate::crypt::BatchSummary;
pub use crate::crypt::FileHeader;

Modules§

config
crypt
The core of this program. Encrypt/decrypt, compress/decompress files.
repo
salt_cache
Persistent salt+file_id cache for deterministic re-encryption.
utils

Structs§

Cli

Enums§

Error
The error type returned by all public library functions.
SetField
SubCommand

Functions§

run
Dispatch a parsed CLI invocation.

Type Aliases§

Result
Convenience alias used throughout the crate.