[][src]Function fawkes_crypto_pairing_ce::sbb

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

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