Commit Graph

3 Commits

Author SHA1 Message Date
hasufell ad26c67f3d
ASCII->POLY: rm obsolete assignment 2014-06-09 00:10:44 +02:00
hasufell 5ff7c1bd1a
ASCII->POLY: improve performance wrt #6
It appears that the strcat call was the culprit here and
caused non-linear run-time growth of the encryption algorithm.

Replacing it with memcpy fixed this.
2014-06-09 00:10:44 +02:00
hasufell f7131410bf
ALL: prefix all files with ntru_ 2014-06-09 00:10:37 +02:00