mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 08:43:06 +00:00
Typos
This commit is contained in:
parent
288a8e1155
commit
62f3b558ad
@ -159,8 +159,8 @@ impl<F: RichField + Extendable<D>, const D: usize> CompressedProofWithPublicInpu
|
|||||||
let precomputed_reduced_evals =
|
let precomputed_reduced_evals =
|
||||||
PrecomputedReducedEvals::from_os_and_alpha(&self.proof.openings, fri_alpha);
|
PrecomputedReducedEvals::from_os_and_alpha(&self.proof.openings, fri_alpha);
|
||||||
let log_n = common_data.degree_bits + common_data.config.rate_bits;
|
let log_n = common_data.degree_bits + common_data.config.rate_bits;
|
||||||
// Simulate the proof verification and add collect the inferred elements.
|
// Simulate the proof verification and collect the inferred elements.
|
||||||
// The content of the loop is basically the same as the ` fri_verifier_query_round` function.
|
// The content of the loop is basically the same as the `fri_verifier_query_round` function.
|
||||||
for &(mut x_index) in &fri_query_indices {
|
for &(mut x_index) in &fri_query_indices {
|
||||||
let mut subgroup_x = F::MULTIPLICATIVE_GROUP_GENERATOR
|
let mut subgroup_x = F::MULTIPLICATIVE_GROUP_GENERATOR
|
||||||
* F::primitive_root_of_unity(log_n).exp_u64(reverse_bits(x_index, log_n) as u64);
|
* F::primitive_root_of_unity(log_n).exp_u64(reverse_bits(x_index, log_n) as u64);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user