post quantum cryptography
Highly optimized implementation of the NTRUEncrypt algorithm
 All Data Structures Files Functions Variables Typedefs Pages
Data Fields
ntru_params Struct Reference

#include <ntru.h>

Data Fields

uint32_t N
 
uint32_t q
 
uint32_t p
 

Detailed Description

NTRU cryptosystem is specified by the following triple.

Definition at line 48 of file ntru.h.

Field Documentation

uint32_t ntru_params::N

maximal degree N - 1 for all polynomials

Definition at line 53 of file ntru.h.

uint32_t ntru_params::p

small modulus

Definition at line 61 of file ntru.h.

uint32_t ntru_params::q

large modulus

Definition at line 57 of file ntru.h.


The documentation for this struct was generated from the following file: