../../.cargo/katex-header.html

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 \cdot 2^{39} + 1$.

An implementation of a 64-bit STARK-friendly prime field with modulus $2^{64} - 2^{32} + 1$.

An implementation of a 128-bit STARK-friendly prime field with modulus $2^{128} - 45 \cdot 2^{40} + 1$.

Structs

Represents an element in a cubic extension of a StarkField.

Represents an element in a quadratic extension of a StarkField.