Skip to content

Commit

Permalink
typos mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pricstas authored Dec 18, 2024
1 parent ac10d25 commit caf9331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subprotocols/tensorcheck/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//! f(x_0, \dots, x_n) \mapsto f(x, x^2, \dots, x^{2^{n-1}})
//! $
//! we are effectively
//! reducing a multivariate evaluation proof to an univariate tensorcheck.
//! reducing a multivariate evaluation proof to a univariate tensorcheck.
//!
use ark_ec::pairing::Pairing;
use ark_ff::{Field, AdditiveGroup};
Expand Down

0 comments on commit caf9331

Please sign in to comment.