👎Deprecated
Expand description
This crate contains a framework for low-degree tests (LDTs).
Structs§
- Naive
Coset Lde Deprecated - A naive quadratic-time implementation of
TwoAdicCosetLde
, intended for testing. - Naive
Subgroup Lde Deprecated - A naive quadratic-time implementation of
TwoAdicSubgroupLde
, intended for testing. - Naive
Undefined Lde Deprecated - A naive quadratic-time implementation of
Lde
, intended for testing.
Traits§
- TwoAdic
Coset Lde Deprecated - A specialization of
TwoAdicLde
where that evaluates polynomials over a nontrivial coset of a multiplicative subgroup of the domainDom
. - TwoAdic
Lde Deprecated - Performs low-degree extensions over (possibly trivial) cosets of multiplicative subgroups of the
domain,
Dom
. - TwoAdic
Subgroup Lde Deprecated - A specialization of
TwoAdicLde
where that evaluates polynomials over a multiplicative subgroup of the domainDom
, or in other words, a trivial coset thereof. - Undefined
Lde Deprecated - 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.