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 8b8039d commit 4dcda39Copy full SHA for 4dcda39
ml-dsa/src/module_lattice/algebra.rs
@@ -329,7 +329,7 @@ impl<F: Field> Neg for &NttPolynomial<F> {
329
330
/// An `NttVector` is a vector of polynomials from `T_q` of length `K`. NTT vectors can be
331
/// added and subtracted. If multiplication is defined for NTT polynomials, then NTT vectors
332
-/// can be multiplied by NTT polynomials, and "multipled" with each other to produce a dot
+/// can be multiplied by NTT polynomials, and "multiplied" with each other to produce a dot
333
/// product.
334
#[derive(Clone, Default, Debug, PartialEq)]
335
pub struct NttVector<F: Field, K: ArraySize>(pub Array<NttPolynomial<F>, K>);
0 commit comments