1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
ports/security/py-siphash24/pkg-descr
T
Alastair Hogge 3e8d16f02b security/py-siphash24: Add new port
Streaming-capable SipHash-1-3 and SipHash-2-4 Implementation

WWW: https://pypi.org/project/siphash24/

PR:		294570
Co-authored-by:	Max Brazhnikov <makc@FreeBSD.org>
2026-05-27 15:35:54 +03:00

5 lines
292 B
Plaintext

This module provides a C-based implementation of SipHash with an interface
compatible with the hash functions provided by the hashlib standard library
module. SipHash-1-3 and SipHash-2-4 variants are currently implemented. The
module documentation provides a detailed description of the API.