Go to file
malte d498ddf1a8 ASCII->POLY: written a function to convert a char* string into a polynom.
The function returns a newly allocated poynom of the string size * 7
7 bits per ASCII symbol.
the function need to be warped so the maximal poynom is corresponding to
the NTRU context.
2014-05-18 10:28:25 +02:00
external BUILD: add missing include 2014-05-12 20:32:34 +02:00
src ASCII->POLY: written a function to convert a char* string into a polynom. 2014-05-18 10:28:25 +02:00
.gitignore update .gitignore 2014-04-15 14:27:06 +02:00
COPYING LICENSE: add LGPL-2.1 license file 2014-04-14 23:58:19 +02:00
Doxyfile DOC: add Doxyfile 2014-04-14 22:50:16 +02:00
Makefile BUILD: update top-level Makefile 2014-04-15 14:13:03 +02:00