10 lines
195 B
C
10 lines
195 B
C
|
#include <stdint.h>
|
||
|
#include <types.h>
|
||
|
|
||
|
#define NTRU_P 739
|
||
|
#define NTRU_Q 9820
|
||
|
#define NTRU_T 204
|
||
|
|
||
|
|
||
|
uint8_t ntruprime_mult_poly(NtruIntPoly *a, NtruIntPoly *b, NtruIntPoly *c, uint16_t modulus);
|