mithril-stm 0.10.5

A Rust implementation of Mithril Stake-based Threshold Multisignatures (STMs).
Documentation
1
2
3
4
5
6
7
//! Helper modules moved with the recursive prototype so it can live entirely
//! inside `mithril-stm` before later STM wiring.

pub mod merkle_tree;
pub mod protocol_message;
pub mod signatures;
pub mod utils;