Function sp1_lib::sys_bigint
source ยท pub unsafe extern "C" fn sys_bigint(
result: *mut [u32; 8],
op: u32,
x: *const [u32; 8],
y: *const [u32; 8],
modulus: *const [u32; 8],
)
Expand description
Computes a big integer operation with a modulus.