sp1-sdk 4.2.1

SP1 is a performant, 100% open-source, contributor-friendly zkVM.
Documentation
1
2
3
4
5
6
fn main() {
    println!("cargo::rustc-check-cfg=cfg(sp1_ci_in_progress)");
    if std::env::var("SP1_CI_IN_PROGRESS").is_ok() {
        println!("cargo::rustc-cfg=sp1_ci_in_progress");
    }
}