Pakiet: python3-ntruprime (0~20241021.4-4)
Odnośniki dla python3-ntruprime
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego python-ntruprime:
- [python-ntruprime_0~20241021.4-4.dsc]
- [python-ntruprime_0~20241021.4.orig.tar.gz]
- [python-ntruprime_0~20241021.4.orig.tar.gz.asc]
- [python-ntruprime_0~20241021.4-4.debian.tar.xz]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
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)
Inne pakiety związane z python3-ntruprime
|
|
|
|
-
- dep: libntruprime1
- microlibrary for Streamlined NTRU Prime - shared library
-
- dep: python3
- Interaktywny, wysokopoziomowy i obiektowy język programowania (domyślna wersja Python 3)
Pobieranie python3-ntruprime
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 7,5 KiB | 34,0 KiB | [lista plików] |