algae_cli/cli.rs
/// Implementation of the `decrypt` command.
pub mod decrypt;
/// Implementation of the `encrypt` command.
pub mod encrypt;
/// Implementation of the `keygen` command.
pub mod keygen;
/// Implementation of the `protect` command.
pub mod protect;
/// Implementation of the `reveal` command.
pub mod reveal;