mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
3e8d16f02b
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>
5 lines
292 B
Plaintext
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.
|