slop-basefold 6.0.1

BaseFold polynomial commitment scheme for SLOP
Documentation
1
2
3
4
5
6
7
8
#![allow(clippy::disallowed_types)]
mod code;
mod config;
mod verifier;

pub use code::*;
pub use config::*;
pub use verifier::*;