Crate ff_uint[][src]

Re-exports

pub extern crate seedbox;

Modules

maybestd
traits

Macros

construct_primefield_params
construct_uint

Structs

BitIteratorBE
BitIteratorLE
Num
NumRepr

Enums

LegendreSymbol

Traits

BitIterBE
BitIterLE
Field
PrimeField
PrimeFieldParams
SqrtField
Uint

Functions

adc

Calculate a + b + carry, returning the sum and modifying the carry value.

mac_with_carry

Calculate a + (b * c) + carry, returning the least significant digit and setting carry to the most significant digit.

sbb

Calculate a - b - borrow, returning the result and modifying the borrow value.