mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 14:23:07 +00:00
Minor comments
This commit is contained in:
parent
ddac8026f2
commit
288a8e1155
@ -221,8 +221,11 @@ pub(crate) struct ProofChallenges<F: RichField + Extendable<D>, const D: usize>
|
||||
|
||||
pub fri_pow_response: F,
|
||||
|
||||
// Indices at which the oracle is queried in FRI.
|
||||
pub fri_query_indices: Vec<usize>,
|
||||
|
||||
// Coset element that can be inferred in the FRI reduction step.
|
||||
// Is typically set to None iff the challenges are computed from a non-compressed proof.
|
||||
pub fri_query_inferred_elements: Option<Vec<F::Extension>>,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user