Module ff::derive

source ·
Available on crate feature derive only.
Expand description

Functions and re-exported crates used by the PrimeField derive macro.

Re-exports

pub use byteorder;
pub use rand_core;
pub use subtle;
pub use bitvec;

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.