Alle Optionen
trixie  ] [  forky  ] [  sid  ]
[ Quellcode: python-lib1305  ]

Paket: python3-lib1305 (0~20250415.1-1)

Links für python3-lib1305

Screenshot

Debian-Ressourcen:

Quellcode-Paket python-lib1305 herunterladen:

Betreuer:

Externe Ressourcen:

Ähnliche Pakete:

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)

Andere Pakete mit Bezug zu python3-lib1305

  • hängt ab von
  • empfiehlt
  • schlägt vor
  • erweitert

python3-lib1305 herunterladen

Download für alle verfügbaren Architekturen
Architektur Paketgröße Größe (installiert) Dateien
all 6,4 kB32,0 kB [Liste der Dateien]