We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae8898 commit c0ea308Copy full SHA for c0ea308
1 file changed
src/main.rs
@@ -9,8 +9,8 @@ mod field;
9
mod polynomial;
10
11
fn main() {
12
- /// The protocol works any time 'poly' is a list of multilinear polynomials. The polynomial used
13
- /// is the product of these polynomials.
+ // The protocol works any time 'poly' is a list of multilinear polynomials. The polynomial used
+ // is the product of these polynomials.
14
let poly: ProductMLPolynomial = vec![
15
SparsePolynomial::from_coefficients_vec(
16
3,
0 commit comments