mitrid_core 0.9.4

Core library of the Mitrid framework
1
2
3
4
5
6
7
8
pub mod hash_sha512;
pub mod commit_sha512;
pub mod hmac_sha512;
pub mod sign_ed25519;
pub mod hashcash_sha512;

pub use self::hash_sha512::{Digest, SHA512, Hasher};
pub use self::hashcash_sha512::{Proof, Prover};