Skip to content

Commit 9bf23a0

Browse files
committed
Fix typo in mlkem/src/sampling.c
Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>
1 parent 901105a commit 9bf23a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlkem/src/sampling.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ __contract__(
9393
* Must be a multiple of 3.
9494
*
9595
* Note: Strictly speaking, only a few values of buflen near UINT_MAX need
96-
* excluding. The limit of 128 is somewhat arbitrary but sufficient for all
96+
* excluding. The limit of 4096 is somewhat arbitrary but sufficient for all
9797
* uses of this function. Similarly, the actual limit for target is UINT_MAX/2.
9898
*
9999
* Returns the new offset of sampled 16-bit integers, at most target,

0 commit comments

Comments
 (0)