все параметры
trixie  ] [  forky  ] [  sid  ]
[ Источник: python-ntruprime  ]

Пакет: python3-ntruprime (0~20241021.4-4)

Ссылки для python3-ntruprime

Screenshot

Ресурсы Debian:

Исходный код 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

  • зависимости
  • рекомендации
  • предложения
  • enhances

Загрузка python3-ntruprime

Загрузить для всех доступных архитектур
Архитектура Размер пакета В установленном виде Файлы
all 7,5 Кб34,0 Кб [список файлов]