proof_of_sql/proof_primitive/
mod.rs

1
2
3
4
5
6
//! TODO: add docs
pub mod dory;
/// Central location for any code that requires the use of a dynamic matrix (for now, hyrax and dynamic dory).
pub(super) mod dynamic_matrix_utils;
/// TODO: add docs
pub(crate) mod sumcheck;