mithril-stm 0.10.5

A Rust implementation of Mithril Stake-based Threshold Multisignatures (STMs).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Golden tests lock in recursive Halo2 IVC verification behavior.
//! This subtree also owns the committed assets, asset readers, generators, and
//! supporting test infrastructure for the golden workflow.

pub(crate) const ASSET_SEED: u64 = 42;
pub(crate) const CERTIFICATE_CIRCUIT_DEGREE: u32 = 13;
pub(crate) const RECURSIVE_CIRCUIT_DEGREE: u32 = 19;

mod asset_readers;
mod cases;
mod generators;
mod helpers;