post quantum cryptography
Highly optimized implementation of the NTRUEncrypt algorithm
|
#include <ntru_string.h>
Data Fields | |
char * | ptr |
size_t | len |
Represents a string.
Definition at line 41 of file ntru_string.h.
size_t string::len |
Length of the string.
Definition at line 53 of file ntru_string.h.
char * string::ptr |
Pointer to the char array, holding the actual string. THIS IS NOT NULL TERMINATED (at least not necessarily, don't ever assume it).
Definition at line 49 of file ntru_string.h.