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
Name |
Description |
data |
The bytes to hash. |
Created with MrDocs