mithril-stm 0.10.5

A Rust implementation of Mithril Stake-based Threshold Multisignatures (STMs).
Documentation
1
2
3
4
5
6
7
//! Golden test cases grouped by expected outcome.

#[macro_use]
mod macros;

pub(crate) mod negative;
pub(crate) mod positive;