Documentation ¶
Overview ¶
Package siphash implements SipHash-2-4, a fast short-input PRF created by Jean-Philippe Aumasson and Daniel J. Bernstein.
Index ¶
Constants ¶
View Source
const ( // BlockSize is the block size of hash algorithm in bytes. BlockSize = 8 // Size64 is the size of hash output in bytes. Size64 = 8 // Size128 is the size of 128-bit hash output in bytes. Size128 = 16 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.