File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -717,7 +717,7 @@ void mlk_rv64v_poly_tomont(int16_t *r)
717717 *
718718 * Description: Applies Barrett reduction to all coefficients of a polynomial
719719 * for details of the Barrett reduction see
720- * comments in reduce .c
720+ * comments in poly .c
721721 *
722722 * Arguments: - int16_t *r: pointer to input/output polynomial
723723 **************************************************/
Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ __contract__(
436436 *
437437 * Description: Applies Barrett reduction to each coefficient
438438 * of each element of a vector of polynomials;
439- * for details of the Barrett reduction see comments in reduce .c
439+ * for details of the Barrett reduction see comments in poly .c
440440 *
441441 * Arguments: - mlk_polyvec r: pointer to input/output polynomial
442442 *
You can’t perform that action at this time.
0 commit comments