rand_poly initial setup
This commit is contained in:
11
tests/test_util.h
Normal file
11
tests/test_util.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef TEST_UTIL_H
|
||||
#define TEST_UTIL_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "types.h"
|
||||
|
||||
void rand_poly(NtruIntPoly *a, uint16_t N, uint16_t modulus);
|
||||
|
||||
int main(int argc, char** argv);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user