Function ff::derive::sbb

source ·
pub const fn sbb(a: u64, b: u64, borrow: u64) -> (u64, u64)
Available on crate feature derive only.
Expand description

Computes a - (b + borrow), returning the result and the new borrow.