Module ff::derive[][src]

This is supported on crate feature derive only.
Expand description

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

Re-exports

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

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.