post quantum cryptography
Highly optimized implementation of the NTRUEncrypt algorithm
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Structures | Typedefs
ntru_params.h File Reference

NTRU parameters. More...

#include <stdint.h>
Include dependency graph for ntru_params.h:

Go to the source code of this file.

Data Structures

struct  ntru_params
 

Typedefs

typedef struct ntru_params ntru_params
 

Detailed Description

NTRU parameters.

This file defines the ntru_params and related data types.

Definition in file ntru_params.h.

Typedef Documentation

typedef struct ntru_params ntru_params

Definition at line 36 of file ntru_params.h.