Commit Graph

6 Commits

Author SHA1 Message Date
hasufell e4c5094af9
ALL: improve readability 2014-05-25 23:04:22 +02:00
hasufell 47afca9fe6
ASCII->POLY: rename header guard 2014-05-25 20:57:41 +02:00
hasufell 566894b230
ASCII->POLY: add file/brief doxygen comment 2014-05-25 20:57:41 +02:00
hasufell 7693805741
ASCII->POLY: reimplement 2014-05-25 20:57:32 +02:00
malte 3bf66ce274 POLY->ASCII: Added a function to get a string out of a given polynom. 2014-05-18 18:08:36 +02:00
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