proof-of-sql 0.129.1

High performance zero knowledge (ZK) prover for SQL.
Documentation
1
2
3
4
5
6
7
8
9
10
mod error;
pub(crate) use error::{EVMProofPlanError, EVMProofPlanResult};
mod exprs;
pub(crate) use exprs::EVMDynProofExpr;
mod plans;
mod proof_plan;
#[cfg(test)]
mod tests;

pub use proof_plan::EVMProofPlan;