rsecure 0.5.0

A simple file encryption and decryption tool using AES-GCM.
1
2
3
mod args;

pub use args::{Commands, CreateKeyArgs, EncryptionArgs, RsecureCliArgs};