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 9e77305 commit 75c74f0Copy full SHA for 75c74f0
proving_system/stark/src/verifier.rs
@@ -111,7 +111,7 @@ where
111
// The prover samples coefficients when building the deep composition polynomial. These
112
// sampling is not done in the verifier hence we need to make this dummy calls.
113
// There will be one call for each trace term in the deep composition polynomial + 2 from
114
- // the even and ood terms of the H(x) polynomial.
+ // the even and odd terms of the H(x) polynomial.
115
let deep_poly_challenges =
116
air.context().transition_offsets.len() * air.context().trace_columns + 2;
117
(0..deep_poly_challenges).for_each(|_| {
0 commit comments