sp1-core-machine 6.0.0-beta.1

SP1 is a performant, 100% open-source, contributor-friendly zkVM.
Documentation
1
2
3
4
5
6
7
mod branch;
mod jal;
mod jalr;

pub use branch::*;
pub use jal::*;
pub use jalr::*;