Module winter_math::fields[][src]

Expand description

Finite field implementations.

This module contains concrete implementations of base STARK fields as well as extensions of these field.

Modules

An implementation of a 62-bit STARK-friendly prime field with modulus 2^62 - 111 * 2^39 + 1.

An implementation of a 128-bit STARK-friendly prime field with modulus 2^128 - 45 * 2^40 + 1.

Structs

Represents an element in a quadratic extensions field defined as F[x]/(x^2-x-1).