Question

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?

Was it helpful?

Solution

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

OTHER TIPS

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/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top