Function elliptic_curve::util::sbb32[][src]

pub const fn sbb32(a: u32, b: u32, borrow: u32) -> (u32, u32)

Computes a - (b + borrow), returning the result along with the new borrow. 32-bit version.