Hash a 64‐bit integer worth of data. It is treated as if this was the little‐endian interpretation of 8 bytes. This function can only be used when a multiple of 8 bytes have been written so far.

Synopsis

Declared in <crypto/siphash.h>

CSipHasher&
Write(uint64_t data);

Return Value

Reference to this object, to allow chaining.

Parameters

Name

Description

data

The 64‐bit value to hash.

Created with MrDocs