|
9 years ago | |
---|---|---|
bitpack | 9 years ago | |
bpgm3 | 9 years ago | |
igf2 | 9 years ago | |
mgf1 | 9 years ago | |
mgftp1 | 9 years ago | |
params | 9 years ago | |
polynomial | 9 years ago | |
testvectors | 9 years ago | |
.gitignore | 9 years ago | |
README.md | 9 years ago | |
ntru.go | 9 years ago | |
ntru_test.go | 9 years ago |
This is a straight forward port of the NTRUEncrypt reference implementation by Security Innovation Inc. The Java implementation was used as the basis for most of the port as it has better test cases.
The algorithm itself is PATENT ENCUMBERED, however there is a irrevocable grant for use in "Free and Open Source Software (FOSS)". Please contact Security Innovation Inc. regarding commercial licensing.
The original reference impementation itself is licenced under the GPLv2 or later, along with the same "FOSS Licence Exception" that covers most popular FOSS licenses.
Implementor's Notes: