Analyzed 12 months ago
This project provides an implementation of the NTRU public key cryptosystem in Java. It consists of NTRUEncrypt, an encryption scheme; and NTRUSign, a signature scheme. Both algorithms are higher performance than RSA and ECC, and are considered resistant to quantum computers.