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
Name |
Description |
data |
The 64‐bit value to hash. |
Created with MrDocs