The NTRU public-key cryptosystem provides a Java implementation of the NTRUEncrypt and NTRUSign algorithms. Both algorithms are considered safe against quantum computer attacks. A C port of NTRUEncrypt is available, as well.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
이 릴리스, 제품 형태의 1 + PF 암호화 키에 대한 지원을 추가합니다 64 비트 성능을 향상하고, 더 나은 Javadoc를 추가합니다. NtruSign 키 생성기의 잠재적인 버그가 해결되었습니다.
This release adds support for product-form and 1+pF encryption keys, improves 64 bit performance, and adds better Javadoc. A potential bug in the NtruSign key generator was fixed.
이 릴리스의 성능을 향상시키고 가져오기 및 내보내기 매개 변수 수있는 기능을 추가합니다. 또한, 서명 및 현재 / initVerify와 메소드를 업데이 트를 통해 새로운 initSign 산산조각 확인 할 수 있습니다. 서명이 버전으로 만들어진 암호화된 데이터는 이전 버전에 호환되지 않습니다.
This release improves performance and adds the ability to import and export parameters. Also, signing and verifying can now be done in pieces via the new initSign/initVerify and update methods. Note that signatures and encrypted data created with this version are incompatible to older versions.