Pacote: python3-ntruprime (0~20241021.5-1)
Links para python3-ntruprime
Recursos de Debian:
- Relatórios de bug
- Informação de desenvolvedor(a)
- Debian Changelog
- Arquivo de copyright
- Rastreador de patch Debian
Baixe o pacote-fonte python-ntruprime:
- [python-ntruprime_0~20241021.5-1.dsc]
- [python-ntruprime_0~20241021.5.orig.tar.xz]
- [python-ntruprime_0~20241021.5-1.debian.tar.xz]
Mantenedores(as):
Fontes externas:
- Pagina principal [github.com]
Pacotes similares:
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)
Outros pacotes relacionados a python3-ntruprime
|
|
|
|
-
- dep: libntruprime1
- microlibrary for Streamlined NTRU Prime - shared library
-
- dep: python3
- linguagem orientada a objetos de alto nível e interativa (versão python3 padrão)
Download de python3-ntruprime
| Arquitetura | Tamanho do pacote | Tamanho instalado | Arquivos |
|---|---|---|---|
| all | 6.0 kB | 30.0 kB | [lista de arquivos] |
