sp1-hypercube 6.2.1

The SP1 Hypercube proof system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Building blocks for defining AIRs.

mod builder;
mod extension;
mod interaction;
mod machine;
mod public_values;
mod sub_builder;

pub use builder::*;
pub use extension::*;
pub use interaction::*;
pub use machine::*;
pub use public_values::*;
pub use sub_builder::*;