sp1-core-executor 6.1.0

RISC-V executor for SP1
Documentation
1
2
3
4
5
6
7
8
9
use sp1_jit::SyscallContext;

pub(crate) unsafe fn u256x2048_mul(
    _ctx: &mut impl SyscallContext,
    _arg1: u64,
    _arg2: u64,
) -> Option<u64> {
    panic!("This method should be deprecated.");
}