samaharam 0.2.0

Scalable heterogeneous zero-knowledge proof aggregation for EVM chains
Documentation
1
2
3
4
5
6
7
8
//! Core traits for proof aggregation.
//!
//! This module defines the algebraic abstractions needed for
//! pairing-based proof systems.

mod engine;

pub use engine::PairingEngine;