Function ethers::core::k256::elliptic_curve::group::ff::sbb[]

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

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