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 recursive Halo2 IVC integration.
//!
//! `golden` groups the committed assets, asset readers, generators, and test
//! cases used to lock in recursive verification behavior.

mod golden;
mod test_certificate;