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

#include <ntru_string.h>

Data Fields

char * ptr
 
size_t len
 

Detailed Description

Represents a string.

Definition at line 41 of file ntru_string.h.

Field Documentation

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.


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