Module derive

Source
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§

adc
Computes a + b + carry, returning the result and the new carry over.
mac
Computes a + (b * c) + carry, returning the result and the new carry over.
sbb
Computes a - (b + borrow), returning the result and the new borrow.