项目作者: joannawetesko
项目描述 :
后量子NTRU密码系统的基本实现 - 密钥生成,加密,解密
高级语言: Python
项目地址: git://github.com/joannawetesko/PYTHON_NTRU_cryptosystem.git
NTRU setup, encryption and decryption algorithm
Implemented in Python using SageMath software system.
- Download SageMath from http://www.sagemath.org/download.html
- Run a script in terminal:
foo@bar:~$ ./sage NTRU.sage
foo@bar:~$ /your/location/of/SageMath/folder/sage NTRU.sage