Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 302 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 302 Bytes

NTRU setup, encryption and decryption algorithm

Implemented in Python using SageMath software system.

  1. Download SageMath from http://www.sagemath.org/download.html
  2. Run a script in terminal:
foo@bar:~$ ./sage NTRU.sage
foo@bar:~$ /your/location/of/SageMath/folder/sage NTRU.sage