Skip to content

Commit 3308ef9

Browse files
committed
Fix further mentions of reduce.c
Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
1 parent 7a60e31 commit 3308ef9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mlkem/src/native/riscv64/src/rv64v_poly.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
**************************************************/

mlkem/src/poly_k.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)