post quantum cryptography
Highly optimized implementation of the NTRUEncrypt algorithm
Defines
/home/travis/build/hasufell/pqc/src/ntru_common.h File Reference

common macros/functions More...

#include <stdlib.h>
Include dependency graph for ntru_common.h:

Go to the source code of this file.

Defines

#define CHAR_SIZE   sizeof(char)
#define ASCII_BITS   8

Detailed Description

common macros/functions

This file holds common macros and functions shared throughout the whole codebase without any particular purpose.

Definition in file ntru_common.h.


Define Documentation

#define ASCII_BITS   8

Definition at line 38 of file ntru_common.h.

#define CHAR_SIZE   sizeof(char)

Definition at line 37 of file ntru_common.h.

 All Data Structures Files Functions Variables Typedefs Defines