post quantum cryptography
Highly optimized implementation of the NTRUEncrypt algorithm
|
string type and operations More...
Go to the source code of this file.
Functions | |
void | prints (const string *print_string) |
void | string_delete (string *del_string) |
string type and operations
Sets up a string type that does not suck like C strings and provides operations on it.
Definition in file ntru_string.c.
Prints the given string to stdout.
print_string | the print to string |
Definition at line 37 of file ntru_string.c.
void string_delete | ( | string * | del_string | ) |
Delete the inner structure of the string and frees the string itself from the heap. Must not be called on stack variables.
del_string | the string to delete |
Definition at line 47 of file ntru_string.c.