Function elliptic_curve::util::sbb64[][src]

pub const fn sbb64(a: u64, b: u64, borrow: u64) -> (u64, u64)

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