post quantum cryptography
Highly optimized implementation of the NTRUEncrypt algorithm
|
#include <ntru_params.h>
Data Fields | |
uint32_t | N |
uint32_t | q |
uint32_t | p |
NTRU cryptosystem is specified by the following triple.
Definition at line 43 of file ntru_params.h.
uint32_t ntru_params::N |
maximal degree N - 1 for all polynomials
Definition at line 48 of file ntru_params.h.
uint32_t ntru_params::p |
small modulus
Definition at line 56 of file ntru_params.h.
uint32_t ntru_params::q |
large modulus
Definition at line 52 of file ntru_params.h.