[][src]Function ff_zeroize::sbb

pub fn sbb(a: u64, b: u64, borrow: &mut u64) -> u64

Calculate a - b - borrow, returning the result and modifying the borrow value.