siphash ~master (2022-04-27T15:41:28.9824747)
Dub
Repo
SipHash.this
siphash
SipHash
Constructs SipHash with two 8 byte key numbers.
this
(ubyte[16] key)
this
(ulong key0, ulong key1)
struct
SipHash
(size_t C, size_t D)
@
safe
pure nothrow
this
(
in
ulong
key0
,
in
ulong
key1
)
ulong
k0
;
ulong
k1
;
Meta
Source
See Implementation
siphash
SipHash
constructors
this
functions
finish
put
start
Constructs SipHash with two 8 byte key numbers.