slop-basefold-prover 6.2.4

BaseFold prover implementation with FRI integration
Documentation
1
2
3
4
5
6
7
8
#![allow(clippy::disallowed_types)]
mod encoder;
mod fri;
mod prover;

pub use encoder::*;
pub use fri::*;
pub use prover::*;