Expand description
Functions and re-exported crates used by the PrimeField
derive macro.
Re-exports§
Functions§
- Computes
a + b + carry
, returning the result and the new carry over. - Computes
a + (b * c) + carry
, returning the result and the new carry over. - Computes
a - (b + borrow)
, returning the result and the new borrow.