Structs§
- Arith
Circuit Poly - Describes polynomial evaluations using a directed acyclic graph of expressions.
- Composition
Scalar Adapter - An adapter that constructs a
CompositionPoly
for a field from aCompositionPoly
for a packing of that field. - Identity
Composition Poly - Identity composition function $g(X) = X$.
- Multilinear
Composite - A polynomial defined as the composition of several multilinear polynomials.
Enums§
Traits§
- Multivariate
Poly - A multivariate polynomial over a binary tower field.
Functions§
- composition_
hash - Fingerprinting for composition polynomials done by evaluation at a deterministic random point. Outputs f(r_0,…,r_n-1) where f is a composite and the r_i are the components of the random point.