Expand description

Support for the base finite field modulo 15*2^27 + 1

Structs

The Fp class is an element of the finite field F_p, where P is the prime number 15*2^27 + 1. Put another way, Fp is basically integer arithmetic modulo P.

Constants

The modulus of the field.

The modulus of the field as a u64.

Traits

Provides support for multiplying by a factor with an Fp type.