sp1-core-executor 6.2.1

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

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