We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e3e6c commit 3fbd33eCopy full SHA for 3fbd33e
msm/src/logup.rs
@@ -652,7 +652,7 @@ pub mod prover {
652
// @volhovm TODO make sure this is h_i. It looks like f_i for fixed tables.
653
// It is an actual fixed column containing "fixed lookup data".
654
//
655
- // Contain the evalations of the h_i. We divide the looked-up values
+ // Contain the evaluations of the h_i. We divide the looked-up values
656
// in chunks of (MAX_SUPPORTED_DEGREE - 2)
657
let mut fixed_lookup_tables: BTreeMap<ID, Vec<G::ScalarField>> = BTreeMap::new();
658
0 commit comments