Crate p3_lde

Source
👎Deprecated
Expand description

This crate contains a framework for low-degree tests (LDTs).

Structs§

NaiveCosetLdeDeprecated
A naive quadratic-time implementation of TwoAdicCosetLde, intended for testing.
NaiveSubgroupLdeDeprecated
A naive quadratic-time implementation of TwoAdicSubgroupLde, intended for testing.
NaiveUndefinedLdeDeprecated
A naive quadratic-time implementation of Lde, intended for testing.

Traits§

TwoAdicCosetLdeDeprecated
A specialization of TwoAdicLde where that evaluates polynomials over a nontrivial coset of a multiplicative subgroup of the domain Dom.
TwoAdicLdeDeprecated
Performs low-degree extensions over (possibly trivial) cosets of multiplicative subgroups of the domain, Dom.
TwoAdicSubgroupLdeDeprecated
A specialization of TwoAdicLde where that evaluates polynomials over a multiplicative subgroup of the domain Dom, or in other words, a trivial coset thereof.
UndefinedLdeDeprecated
Performs low-degree extensions, where both the original domain and the extended domain are undefined, but must be consistent between calls with the same input height.