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
11
12
13
pub(crate) mod bit_mask_utils;
#[cfg(test)]
mod bit_mask_utils_test;

mod bit_distribution;
pub use bit_distribution::*;
#[cfg(test)]
mod bit_distribution_test;

mod bit_matrix;
pub use bit_matrix::*;
#[cfg(test)]
mod bit_matrix_test;