Questions tagged [ntruencrypt]

NTRUEncrypt is public key cryptosystem based on lattices which is assumed to be quantum computer secure in contrast to RSA and ECC. Questions specifically about NTRUEncrypt which are not related to code should be asked on https://crypto.stackexchange.com/

18 questions
0
votes
0 answers

NTRUEncrypt / NTRUSign source code?

Possible Duplicate: NTRUEncrypt source code? Where would I find a NTRU implementation with sources? I know you can license it from the company that invented NTRU, but I just want to play with it at home. Thanks
ApplesOranges
  • 143
  • 1
  • 7
0
votes
1 answer

Understanding NTRUEncrypt

I have trouble understanding the NTRUEncrypt algorithm. I read the wikipedia page, but I can not understand the example they gave. When I plug in the product of f and f_p onto wolfram, I do not see how the output relates to any inverse mod p. Can…
51st
  • 1
  • 1
-1
votes
1 answer

How can i implement ntru cryptography algorithm in java?

As it is shown in few survey that ntru cryptography is an advance and efficient algorithm for wireless sensor network , so i want to implement this algorithm in java. I also want to calculate it speed of encryption and decryption. Please help me…
1
2