Module curve25519_dalek::field [] [src]

Field arithmetic for ℤ/(2²⁵⁵-19).

Based on Adam Langley's curve25519-donna and (Golang) ed25519 implementations.

Structs

FieldElement

A FieldElement represents an element of the field GF(2255 - 19).

Type Definitions

Limb

Without the radix51 feature enabled, FieldElements are represented in radix 225.5 as ten i32s.