sigmate 1.0.0

A modern, developer-focused CLI for cryptographic file signing and verification.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod app_config;
pub mod cli;
pub mod domain;
pub mod error;
pub mod infrastructure;
pub mod services;
pub mod ui;
pub mod utils;

pub mod commands {
    pub mod clean;
    pub mod configure;
    pub mod sign;
    pub mod trust;
    pub mod verify;
}