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

#include <ntru.h>

Data Fields

char * ptr
 
size_t len
 

Detailed Description

Represents a string.

Definition at line 67 of file ntru.h.

Field Documentation

size_t string::len

Length of the string.

Definition at line 79 of file ntru.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 75 of file ntru.h.


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