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
Traits
Provides support for multiplying by a factor with an Fp
type.