Type Definition curve25519_dalek::field::FieldElement[][src]

pub 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.