Skip to content

Commit 8c7592f

Browse files
committed
Re-introduce local vars for the custom permutation case.
Signed-off-by: Rod Chapman <[email protected]>
1 parent 912bb03 commit 8c7592f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mldsa/src/polyvec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ __contract__(
4646
)
4747
{
4848
#if defined(MLD_USE_NATIVE_NTT_CUSTOM_ORDER)
49-
49+
unsigned int i, j;
5050
for (i = 0; i < MLDSA_K; i++)
5151
{
5252
for (j = 0; j < MLDSA_L; j++)

0 commit comments

Comments
 (0)