Skip to main content

bigint_op_delegation_with_carry_bit_raw

Function bigint_op_delegation_with_carry_bit_raw 

Source
pub unsafe fn bigint_op_delegation_with_carry_bit_raw(
    a: *mut (),
    b: *const (),
    carry: bool,
    op: BigIntOps,
) -> u32
Expand description

ยงSafety

Requires pointers to be 32-byte alligned, and point to RAM based allocation of at least 32 byte size