NTRU Prime: satisfy linter

这个提交包含在:
John M. Schanck 2020-09-02 13:01:19 -04:00 提交者 Kris Kwiatkowski
父节点 b568d01ac6
当前提交 1a402a1917
共有 6 个文件被更改,包括 18 次插入6 次删除

查看文件

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

查看文件

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

查看文件

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

查看文件

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

查看文件

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

查看文件

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