post quantum cryptography
Highly optimized implementation of the NTRUEncrypt algorithm
|
common macros/functions More...
#include <stdlib.h>
Go to the source code of this file.
Defines | |
#define | CHAR_SIZE sizeof(char) |
#define | ASCII_BITS 8 |
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 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.