rand_poly initial setup

This commit is contained in:
infidel
2022-04-16 15:38:03 +07:00
parent aecf8bb070
commit b8b1eeeeea
11 changed files with 107 additions and 3 deletions

9
tests/testparams.h Normal file
View File

@@ -0,0 +1,9 @@
#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);