Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SiphashPRF ¶
func SiphashPRF8192 ¶
Types ¶
type SipHash ¶
type SipHash struct { V [4]uint64 // v is the current internal state. // contains filtered or unexported fields }
func Newsip ¶
siphashKey[:] = [196 107 38 219 80 75 209 213 243 49 219 252 101 35 20 105] siphashKey[8:] = [243 49 219 252 101 35 20 105] k0 = 15407178610857372612 k1 = 7571715794457539059 before s.V = [0 0 0 0] after s.V = [12015082867820662449 971459224712208030 13377991302290020773 2121554997101417600]
Click to show internal directories.
Click to hide internal directories.