pil2-stark-setup 1.1.0-alpha

Setup and proving/verifying-key generation for the pil2-stark prover
1
2
3
4
5
6
7
8
9
pub mod compile_pil;
pub mod gen_exps;
pub mod rebuild_witness;
pub mod recursive_setup;
pub mod setup;
pub mod setup_compressed_final;
pub mod setup_recursive_test;
pub mod setup_snark;
pub mod stats;