mithril-stm 0.10.5

A Rust implementation of Mithril Stake-based Threshold Multisignatures (STMs).
Documentation
1
2
3
4
5
6
7
//! Test-only modules for the Halo2 circuit integration.
//!
//! `golden` covers end-to-end circuit scenarios, while `test_helpers` provides the shared harness
//! used by focused inline gadget tests.

pub(crate) mod golden;
pub(crate) mod test_helpers;