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_idcache for deterministic re-encryption. - utils
Structs§
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.