Python wrapper around implementation of the Poly1305 one-time authenticator
Project description
Python wrapper around implementation of the Poly1305 one-time authenticator
Poly1305
Import library:
from lib1305 import poly1305
Authenticating a message:
a = poly1305.auth(m, k)
Verifying an authenticator:
poly1305.verify(a, m, k)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lib1305-20250407.1.tar.gz
(6.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lib1305-20250407.1.tar.gz.
File metadata
- Download URL: lib1305-20250407.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18279e140547f6645ab0a4b13ea7b173d2ef56e330dc03cab8835db86e817a9e
|
|
| MD5 |
1cfe333b93ab776b7f6cd4fc4fa27530
|
|
| BLAKE2b-256 |
35ec725f4482f23b8d2ae37873d39446d2b4a92b272ea4d144927f11249fa89f
|
File details
Details for the file lib1305-20250407.1-py3-none-any.whl.
File metadata
- Download URL: lib1305-20250407.1-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb258e5f470cea40a2fa01da07b916058969b07573e0c621836c4ee58c4f81e0
|
|
| MD5 |
f29a7d7c652ab69761b63db4172f6a1e
|
|
| BLAKE2b-256 |
09209338282cb50534633e284353116d63db8181a05f25f8e400b8fc7b2d60fa
|