mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 14:23:07 +00:00
No doc-test
This commit is contained in:
parent
19cbbd4d12
commit
283c9350a7
@ -21,13 +21,11 @@ pub(crate) struct SelectorsInfo {
|
||||
/// `|G| + max_{g in G} g.degree() <= max_degree`. These groups are constructed greedily from
|
||||
/// the list of gates sorted by degree.
|
||||
/// We build a selector polynomial `S_i` for each group `G_i`, with
|
||||
/// ```
|
||||
/// S_i[j] =
|
||||
/// if j-th row gate=g_k in G_i
|
||||
/// k
|
||||
/// else
|
||||
/// UNUSED_SELECTOR
|
||||
/// ```
|
||||
pub(crate) fn selector_polynomials<F: RichField + Extendable<D>, const D: usize>(
|
||||
gates: &[GateRef<F, D>],
|
||||
instances: &[GateInstance<F, D>],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user