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 912bb03 commit 8c7592fCopy full SHA for 8c7592f
mldsa/src/polyvec.c
@@ -46,7 +46,7 @@ __contract__(
46
)
47
{
48
#if defined(MLD_USE_NATIVE_NTT_CUSTOM_ORDER)
49
-
+ unsigned int i, j;
50
for (i = 0; i < MLDSA_K; i++)
51
52
for (j = 0; j < MLDSA_L; j++)
0 commit comments