Expand description
Subtraction operations for BigInt.
Implements constant-time subtraction using the sbb (subtract with borrow) algorithm
as specified in the Arithmetic Algorithm Specification.
Functionsยง
- sub
- Subtract two BigInt values (a - b).
- sub_
assign - In-place subtraction for dynamic BigInt.
- sub_
magnitude - Subtract two BigInt magnitudes (a - b).