mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 07:35:38 +00:00
NTRU Prime: change prototype for clean/crypto_sort_int32
This commit is contained in:
parent
4f6e00ed69
commit
8a372ad2e8
@ -15,7 +15,7 @@
|
|||||||
} while(0)
|
} while(0)
|
||||||
|
|
||||||
/* assume 2 <= n <= 0x40000000 */
|
/* assume 2 <= n <= 0x40000000 */
|
||||||
void PQCLEAN_NTRULPR653_CLEAN_crypto_sort_int32(int32_t *x, long long n) {
|
void PQCLEAN_NTRULPR653_CLEAN_crypto_sort_int32(int32_t *x, int32_t n) {
|
||||||
int32 top, p, q, r, i, j;
|
int32 top, p, q, r, i, j;
|
||||||
|
|
||||||
top = 1;
|
top = 1;
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#define PQCLEAN_NTRULPR653_CLEAN_crypto_sort_int32_BYTES 4
|
#define PQCLEAN_NTRULPR653_CLEAN_crypto_sort_int32_BYTES 4
|
||||||
|
|
||||||
void PQCLEAN_NTRULPR653_CLEAN_crypto_sort_int32(int32_t *x, long long n);
|
void PQCLEAN_NTRULPR653_CLEAN_crypto_sort_int32(int32_t *x, int32_t n);
|
||||||
#endif
|
#endif
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
} while(0)
|
} while(0)
|
||||||
|
|
||||||
/* assume 2 <= n <= 0x40000000 */
|
/* assume 2 <= n <= 0x40000000 */
|
||||||
void PQCLEAN_NTRULPR761_CLEAN_crypto_sort_int32(int32_t *x, long long n) {
|
void PQCLEAN_NTRULPR761_CLEAN_crypto_sort_int32(int32_t *x, int32_t n) {
|
||||||
int32 top, p, q, r, i, j;
|
int32 top, p, q, r, i, j;
|
||||||
|
|
||||||
top = 1;
|
top = 1;
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#define PQCLEAN_NTRULPR761_CLEAN_crypto_sort_int32_BYTES 4
|
#define PQCLEAN_NTRULPR761_CLEAN_crypto_sort_int32_BYTES 4
|
||||||
|
|
||||||
void PQCLEAN_NTRULPR761_CLEAN_crypto_sort_int32(int32_t *x, long long n);
|
void PQCLEAN_NTRULPR761_CLEAN_crypto_sort_int32(int32_t *x, int32_t n);
|
||||||
#endif
|
#endif
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
} while(0)
|
} while(0)
|
||||||
|
|
||||||
/* assume 2 <= n <= 0x40000000 */
|
/* assume 2 <= n <= 0x40000000 */
|
||||||
void PQCLEAN_NTRULPR857_CLEAN_crypto_sort_int32(int32_t *x, long long n) {
|
void PQCLEAN_NTRULPR857_CLEAN_crypto_sort_int32(int32_t *x, int32_t n) {
|
||||||
int32 top, p, q, r, i, j;
|
int32 top, p, q, r, i, j;
|
||||||
|
|
||||||
top = 1;
|
top = 1;
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#define PQCLEAN_NTRULPR857_CLEAN_crypto_sort_int32_BYTES 4
|
#define PQCLEAN_NTRULPR857_CLEAN_crypto_sort_int32_BYTES 4
|
||||||
|
|
||||||
void PQCLEAN_NTRULPR857_CLEAN_crypto_sort_int32(int32_t *x, long long n);
|
void PQCLEAN_NTRULPR857_CLEAN_crypto_sort_int32(int32_t *x, int32_t n);
|
||||||
#endif
|
#endif
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
} while(0)
|
} while(0)
|
||||||
|
|
||||||
/* assume 2 <= n <= 0x40000000 */
|
/* assume 2 <= n <= 0x40000000 */
|
||||||
void PQCLEAN_SNTRUP653_CLEAN_crypto_sort_int32(int32_t *x, long long n) {
|
void PQCLEAN_SNTRUP653_CLEAN_crypto_sort_int32(int32_t *x, int32_t n) {
|
||||||
int32 top, p, q, r, i, j;
|
int32 top, p, q, r, i, j;
|
||||||
|
|
||||||
top = 1;
|
top = 1;
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#define PQCLEAN_SNTRUP653_CLEAN_crypto_sort_int32_BYTES 4
|
#define PQCLEAN_SNTRUP653_CLEAN_crypto_sort_int32_BYTES 4
|
||||||
|
|
||||||
void PQCLEAN_SNTRUP653_CLEAN_crypto_sort_int32(int32_t *x, long long n);
|
void PQCLEAN_SNTRUP653_CLEAN_crypto_sort_int32(int32_t *x, int32_t n);
|
||||||
#endif
|
#endif
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
} while(0)
|
} while(0)
|
||||||
|
|
||||||
/* assume 2 <= n <= 0x40000000 */
|
/* assume 2 <= n <= 0x40000000 */
|
||||||
void PQCLEAN_SNTRUP761_CLEAN_crypto_sort_int32(int32_t *x, long long n) {
|
void PQCLEAN_SNTRUP761_CLEAN_crypto_sort_int32(int32_t *x, int32_t n) {
|
||||||
int32 top, p, q, r, i, j;
|
int32 top, p, q, r, i, j;
|
||||||
|
|
||||||
top = 1;
|
top = 1;
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#define PQCLEAN_SNTRUP761_CLEAN_crypto_sort_int32_BYTES 4
|
#define PQCLEAN_SNTRUP761_CLEAN_crypto_sort_int32_BYTES 4
|
||||||
|
|
||||||
void PQCLEAN_SNTRUP761_CLEAN_crypto_sort_int32(int32_t *x, long long n);
|
void PQCLEAN_SNTRUP761_CLEAN_crypto_sort_int32(int32_t *x, int32_t n);
|
||||||
#endif
|
#endif
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
} while(0)
|
} while(0)
|
||||||
|
|
||||||
/* assume 2 <= n <= 0x40000000 */
|
/* assume 2 <= n <= 0x40000000 */
|
||||||
void PQCLEAN_SNTRUP857_CLEAN_crypto_sort_int32(int32_t *x, long long n) {
|
void PQCLEAN_SNTRUP857_CLEAN_crypto_sort_int32(int32_t *x, int32_t n) {
|
||||||
int32 top, p, q, r, i, j;
|
int32 top, p, q, r, i, j;
|
||||||
|
|
||||||
top = 1;
|
top = 1;
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#define PQCLEAN_SNTRUP857_CLEAN_crypto_sort_int32_BYTES 4
|
#define PQCLEAN_SNTRUP857_CLEAN_crypto_sort_int32_BYTES 4
|
||||||
|
|
||||||
void PQCLEAN_SNTRUP857_CLEAN_crypto_sort_int32(int32_t *x, long long n);
|
void PQCLEAN_SNTRUP857_CLEAN_crypto_sort_int32(int32_t *x, int32_t n);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user