FieldElement

Type Alias FieldElement 

Source
pub(crate) type FieldElement = FieldElement51;
Expand description

A FieldElement represents an element of the field \( \mathbb Z / (2^{255} - 19)\).

The FieldElement type is an alias for one of the platform-specific implementations.

Aliased Typeยง

pub(crate) struct FieldElement(/* private fields */);