Functions and re-exported crates used by the PrimeField derive macro.
PrimeField
pub use byteorder;
pub use rand_core;
pub use subtle;
pub use bitvec;
a + b + carry
a + (b * c) + carry
a - (b + borrow)