I can't find an NTRUEncrypt implementation in C, is it available as open source?

I want to implement this encryption in my kernel driver, is it possible?

有帮助吗?

解决方案

I work with William at Security Innovation, and just wanted to add that NTRU was recently open sourced, including our reference implementation in C. Java is soon to come. You can find the official repository on github, below:

https://github.com/NTRUOpenSourceProject/ntru-crypto

其他提示

I work for Security Innovation, which owns NTRU. Contact me directly at wwhyte@securityinnovation.com and we'll see what we can do.

We're currently allowing non-commercial implementations of NTRU free of any licensing fee, but if you're planning to charge for your product we need to negotiate a license.

There are a couple listed in NTRUEncrypt source code?

The accepted answer was

Try this: http://sourceforge.net/projects/ntru/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top