sp1-core-executor 6.2.1

RISC-V executor for SP1
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod ec;

pub mod edwards;
pub mod fptower;
pub mod keccak;
pub mod mprotect;
pub mod poseidon2;
pub mod sha256;
pub mod sig_return;
pub mod uint256;
pub mod uint256_ops;
pub mod uint256x2048;
pub mod weierstrass;