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], )
Computes a big integer operation with a modulus.