sigmate 1.0.0

A modern, developer-focused CLI for cryptographic file signing and verification.
Documentation
1
2
3
4
5
pub mod signing_service;
pub mod verification_service;
pub mod orphan_service;

pub use verification_service::{VerificationResult, VerificationService};