samaharam 0.2.0

Scalable heterogeneous zero-knowledge proof aggregation for EVM chains
Documentation
1
2
3
4
5
6
7
8
//! SRS (Structured Reference String) utilities.
//!
//! This module provides utilities for loading and working with SRS data
//! from trusted setup ceremonies.

mod ptau;

pub use ptau::{parse_ptau, PtauData, PtauError};