Balík: python3-lib1305 (0~20250415.2-1)
Odkazy pre python3-lib1305
Zdroje Debian:
Stiahnuť zdrojový balík python-lib1305:
- [python-lib1305_0~20250415.2-1.dsc]
- [python-lib1305_0~20250415.2.orig.tar.xz]
- [python-lib1305_0~20250415.2-1.debian.tar.xz]
Správcovia:
Externé zdroje:
- Domovská stránka [github.com]
Podobné balíky:
Poly1305 one-time authenticator microlibrary - Python wrapper
Python wrapper around implementation of the Poly1305 one-time authenticator. The Python API for lib1305 provides the functions: poly1305.auth() poly1305.verify()
The library has a very simple stateless API. As an example, the following script generates an authenticator 'a' given a message 'm' and a secret key 'k'. And verifies an authenticator 'a' given a message 'm' and a secret key 'k'.
from lib1305 import poly1305 a = poly1305.auth(m, k) poly1305.verify(a, m, k)
Ostatné balíky súvisiace s balíkom python3-lib1305
|
|
|
|
Stiahnuť python3-lib1305
| Architektúra | Veľkosť balíka | Nainštalovaná veľkosť | Súbory |
|---|---|---|---|
| all | 5.0 kB | 28.0 kB | [zoznam súborov] |
