proof-of-sql 0.129.1

High performance zero knowledge (ZK) prover for SQL.
Documentation
1
2
3
4
/// Code for working with the structure of the dynamic matrix.
pub mod matrix_structure;
/// Code for working with vectors that interface with the dynamic matrix.
pub mod standard_basis_helper;