Browse Source

typofix

main
Charles Chen 1 year ago
parent
commit
65b19382f5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      arithmetic/src/multilinear_polynomial.rs

+ 1
- 1
arithmetic/src/multilinear_polynomial.rs

@ -11,7 +11,7 @@ pub use ark_poly::DenseMultilinearExtension;
/// Sample a random list of multilinear polynomials.
/// Returns
/// - the list of polynomials,
/// - its sum of polynomial evaluations over the boolean hypeArcube.
/// - its sum of polynomial evaluations over the boolean hypercube.
pub fn random_mle_list<F: PrimeField, R: RngCore>(
nv: usize,
degree: usize,

Loading…
Cancel
Save