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.
Esta versión añade soporte para claves de firma de la forma del producto, corrige varios errores, mejora el rendimiento, y le permite elegir cuál es la función hash que se utilizará.
This release adds support for product-form signing keys, fixes several bugs, improves performance, and allows you to choose what hash function to use.
Esta versión añade soporte para el producto de forma y claves de cifrado 1 + pF, mejora el rendimiento de 64 bits, y añade más Javadoc. Un error potencial en el generador de claves NtruSign fue corregido.
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.
Esta versión mejora el rendimiento y añade la capacidad de los parámetros de importación y exportación. Además, la firma y verificación de ahora se puede hacer en piezas a través de la nueva initSign / initVerify y actualizar los métodos. Tenga en cuenta que la firma y cifrado de datos creadas con esta versión no son compatibles con versiones anteriores.
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.