Paquet : python3-ntruprime (0~20241021.4-5)
Liens pour python3-ntruprime
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source python-ntruprime :
- [python-ntruprime_0~20241021.4-5.dsc]
- [python-ntruprime_0~20241021.4.orig.tar.gz]
- [python-ntruprime_0~20241021.4.orig.tar.gz.asc]
- [python-ntruprime_0~20241021.4-5.debian.tar.xz]
Responsables :
Ressources externes :
- Page d'accueil [github.com]
Paquets similaires :
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)
Autres paquets associés à python3-ntruprime
|
|
|
|
-
- dep: libntruprime1
- microlibrary for Streamlined NTRU Prime - shared library
-
- dep: python3
- langage orienté objet interactif de haut niveau – version par défaut de Python 3
Télécharger python3-ntruprime
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 7,6 ko | 34,0 ko | [liste des fichiers] |