Пакет: python3-lib1305 (0~20250415.1-1)
Връзки за python3-lib1305
Ресурси за Debian:
- Доклади за грешки
- Developer Information
- Журнал на промените в Debian
- Авторски права
- Управление на кръпките в Debian
Изтегляне на пакет-източник python-lib1305.
- [python-lib1305_0~20250415.1-1.dsc]
- [python-lib1305_0~20250415.1.orig.tar.gz]
- [python-lib1305_0~20250415.1.orig.tar.gz.asc]
- [python-lib1305_0~20250415.1-1.debian.tar.xz]
Отговорници:
Външни препратки:
- Начална страница [github.com]
Подобни пакети:
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)
Други пакети, свързани с python3-lib1305
|
|
|
|
Изтегляне на python3-lib1305
Архитектура | Големина на пакета | Големина след инсталиране | Файлове |
---|---|---|---|
all | 6,4 кБ | 32,0 кБ | [списък на файловете] |