SipHasher13UJ::Write

Hash a normal 64-bit value.

Synopsis

Declared in <crypto/siphash.h>

SipHasher13UJ&
Write(uint64_t data) noexcept;

Return Value

Reference to this object, to allow chaining.

Parameters

NameDescription
dataThe 64-bit value to hash.