axiom-query 2.0.14

This contains the ZK circuits that generate proofs for the `AxiomV2Query` smart contract.
Documentation
1
2
3
4
5
6
7
8
9
10
//! # Axiom Aggregation 2 Circuit
//!
//! The second (and currently final) layer of Axiom aggregation.
//! This circuit aggregates the single snark of the Axiom Aggregation 1 circuit. It exposes the same
//! public instances but also adds a `payee` instance.

pub mod circuit;

#[cfg(test)]
pub mod tests;