samaharam 0.2.0

Scalable heterogeneous zero-knowledge proof aggregation for EVM chains
Documentation
1
2
3
4
5
6
7
8
//! High-level client API for proof aggregation.
//!
//! This module provides an ergonomic API for integrating
//! proof aggregation into applications.

mod aggregation_client;

pub use aggregation_client::{AggregationClient, AggregationResult, ClientConfig, ProofRequest};