项目作者: joannawetesko

项目描述 :
后量子NTRU密码系统的基本实现 - 密钥生成,加密,解密
高级语言: Python
项目地址: git://github.com/joannawetesko/PYTHON_NTRU_cryptosystem.git
创建时间: 2018-09-18T20:47:19Z
项目社区:https://github.com/joannawetesko/PYTHON_NTRU_cryptosystem

开源协议:

下载


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:
    1. foo@bar:~$ ./sage NTRU.sage
    2. foo@bar:~$ /your/location/of/SageMath/folder/sage NTRU.sage