CSipHasher::Write

Hash arbitrary bytes.

Synopsis

Declared in <crypto/siphash.h>

CSipHasher&
Write(std::span<unsigned char const> data);

Return Value

Reference to this object, to allow chaining.

Parameters

NameDescription
dataThe bytes to hash.