1
1
spegling av https://github.com/henrydcase/pqc.git synced 2024-11-22 07:35:38 +00:00

NTRU Prime: satisfy linter

This commit is contained in:
John M. Schanck 2020-09-02 13:01:19 -04:00 committad av Kris Kwiatkowski
förälder b568d01ac6
incheckning 1a402a1917
6 ändrade filer med 18 tillägg och 6 borttagningar

Visa fil

@ -38,7 +38,8 @@ static void crypto_sort_smallindices(int32 *x, int32 n) {
i = 0;
j = 0;
for (q = top; q > p; q >>= 1) {
if (j != i) for (;;) {
if (j != i) {
for (;;) {
if (j == n - q) {
goto done;
}
@ -53,6 +54,7 @@ static void crypto_sort_smallindices(int32 *x, int32 n) {
break;
}
}
}
while (i + p <= n - q) {
for (j = i; j < i + p; ++j) {
int32 a = x[j + p];

Visa fil

@ -38,7 +38,8 @@ static void crypto_sort_smallindices(int32 *x, int32 n) {
i = 0;
j = 0;
for (q = top; q > p; q >>= 1) {
if (j != i) for (;;) {
if (j != i) {
for (;;) {
if (j == n - q) {
goto done;
}
@ -53,6 +54,7 @@ static void crypto_sort_smallindices(int32 *x, int32 n) {
break;
}
}
}
while (i + p <= n - q) {
for (j = i; j < i + p; ++j) {
int32 a = x[j + p];

Visa fil

@ -38,7 +38,8 @@ static void crypto_sort_smallindices(int32 *x, int32 n) {
i = 0;
j = 0;
for (q = top; q > p; q >>= 1) {
if (j != i) for (;;) {
if (j != i) {
for (;;) {
if (j == n - q) {
goto done;
}
@ -53,6 +54,7 @@ static void crypto_sort_smallindices(int32 *x, int32 n) {
break;
}
}
}
while (i + p <= n - q) {
for (j = i; j < i + p; ++j) {
int32 a = x[j + p];

Visa fil

@ -38,7 +38,8 @@ static void crypto_sort_smallindices(int32 *x, int32 n) {
i = 0;
j = 0;
for (q = top; q > p; q >>= 1) {
if (j != i) for (;;) {
if (j != i) {
for (;;) {
if (j == n - q) {
goto done;
}
@ -53,6 +54,7 @@ static void crypto_sort_smallindices(int32 *x, int32 n) {
break;
}
}
}
while (i + p <= n - q) {
for (j = i; j < i + p; ++j) {
int32 a = x[j + p];

Visa fil

@ -38,7 +38,8 @@ static void crypto_sort_smallindices(int32 *x, int32 n) {
i = 0;
j = 0;
for (q = top; q > p; q >>= 1) {
if (j != i) for (;;) {
if (j != i) {
for (;;) {
if (j == n - q) {
goto done;
}
@ -53,6 +54,7 @@ static void crypto_sort_smallindices(int32 *x, int32 n) {
break;
}
}
}
while (i + p <= n - q) {
for (j = i; j < i + p; ++j) {
int32 a = x[j + p];

Visa fil

@ -38,7 +38,8 @@ static void crypto_sort_smallindices(int32 *x, int32 n) {
i = 0;
j = 0;
for (q = top; q > p; q >>= 1) {
if (j != i) for (;;) {
if (j != i) {
for (;;) {
if (j == n - q) {
goto done;
}
@ -53,6 +54,7 @@ static void crypto_sort_smallindices(int32 *x, int32 n) {
break;
}
}
}
while (i + p <= n - q) {
for (j = i; j < i + p; ++j) {
int32 a = x[j + p];