mithril-stm 0.10.5

A Rust implementation of Mithril Stake-based Threshold Multisignatures (STMs).
Documentation
1
2
3
4
5
//! Golden tests lock in Halo2 STM circuit behavior for safe refactors and hardening.
//! cases/ holds the test cases (positive and negative); helpers.rs provides shared helpers.

pub(crate) mod cases;
pub(crate) mod helpers;