Macros§
- Use this to build a concrete instance of a polynomial ring.
Structs§
- A two dimensional matrix implementation
- A univariate polynomial with coefficients in a field
Traits§
- A trait representing a polynomial ring defined as
T[X]/<Self::modulus()>where T is a FieldElement trait and modulus is a function implemented by the struct implementing PolynomialRingElement