Type Alias Field

Source
pub type Field = U256;
Expand description

An element of the BN254 scalar field Fr.

Represented as a big-endian byte vector without Montgomery reduction.

Aliased Typeยง

struct Field { /* private fields */ }