PQLR
Postquantum Crypto Library by QAPP
params.h
Go to the documentation of this file.
1 #ifndef NEWHOPE_PARAMS_H
2 #define NEWHOPE_PARAMS_H
3 
4 #include <stdint.h>
5 typedef int32_t newhope_poly_t;
6 
7 #endif
int32_t newhope_poly_t
Definition: params.h:5