proof-of-sql 0.129.0

High performance zero knowledge (ZK) prover for SQL.
Documentation
1
2
3
4
5
6
7
8
9
/// TODO: add doc
pub mod curve_25519_scalar;
#[cfg(test)]
mod curve_25519_tests;
/// TODO: add doc
#[cfg(feature = "blitzar")]
pub mod inner_product_proof;
/// TODO: add doc
pub mod ristretto_point;