全部搜索项
bianca  ]
[ 源代码: python-ntruprime  ]

软件包:python3-ntruprime(0~20241021.4-4)

python3-ntruprime 的相关链接

Screenshot

下载源码包 python-ntruprime

维护小组:

外部的资源:

相似软件包:

microlibrary for Streamlined NTRU Prime - Python wrapper

Python wrapper around implementation of the Streamlined NTRU Prime cryptosystem. The Python API for ntruprime provides the functions: sntrup{653,761,857,953,1013,1277}.keypair() sntrup{653,761,857,953,1013,1277}.enc() sntrup{653,761,857,953,1013,1277}.dec()

The library has a very simple stateless API. As an example, the following script creates a key pair, creates a ciphertext and session key, and then recovers the session key from the ciphertext:

import ntruprime kem = ntruprime.sntrup1277 pk, sk = kem.keypair() c, k = kem.enc(pk) assert k == kem.dec(c, sk)

其他与 python3-ntruprime 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 python3-ntruprime

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 7.5 kB34.0 kB [文件列表]