sp1-gpu-basefold 6.1.0

GPU-accelerated BaseFold polynomial commitment protocol
1
2
3
4
5
6
7
mod encoder;
mod fri;
mod grinding_challenger;

pub use encoder::*;
pub use fri::*;
pub use grinding_challenger::*;