pub fn fiat_p448_subborrowx_u56(
    out1: &mut u64,
    out2: &mut fiat_p448_u1,
    arg1: fiat_p448_u1,
    arg2: u64,
    arg3: u64
)
Expand description

The function fiat_p448_subborrowx_u56 is a subtraction with borrow.

Postconditions: out1 = (-arg1 + arg2 + -arg3) mod 2^56 out2 = -⌊(-arg1 + arg2 + -arg3) / 2^56⌋

Input Bounds: arg1: [0x0 ~> 0x1] arg2: [0x0 ~> 0xffffffffffffff] arg3: [0x0 ~> 0xffffffffffffff] Output Bounds: out1: [0x0 ~> 0xffffffffffffff] out2: [0x0 ~> 0x1]