zaru-core 0.1.0

A secure payment model engine with transaction state machine and cryptographic verification
1
2
3
4
#![allow(missing_docs)]
pub mod ed25519;
pub mod signature;
pub mod verifier;