NTRUEncrypt source code? [closed]

帅比萌擦擦* 提交于 2019-11-29 08:55:20

The NTRU crypto is now available under an approved open source GPL v2 license. You can find it here. https://github.com/NTRUOpenSourceProject/ntru-crypto

There is a post here: http://java.itags.org/java-programming/164200/

You may find the tutorials on the NTRU website helpful -- http://www.ntru.com/cryptolab is the place to start.

Note that we encourage people to develop and play with the algorithms themselves, but you may not distribute your implementation without a license from NTRU.

================================

William Whyte, CTO, NTRU Cryptosystems

Perhaps this is why you cannot locate the source code, as you need a license.

Java sources for NTRUEncrypt and NTRUSign can be found here:

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

A command line interface for encryption and decryption using the NTRU cryptographic algorithm.

https://code.google.com/p/ntrutil/
ApplesOranges

NTRU sources are also available from the FlexiProvider SVN repository:

svn co --username guest --password guest https://svn.cdc.informatik.tu-darmstadt.de/svn/repos/flexiprovider
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!