Compute the salted SipHash of a byte span.
Synopsis
Declared in <util/hasher.h>
size_t
operator()(std::span<unsigned char const> const& script) const;
Return Value
The salted SipHash of the bytes.
Parameters
Name |
Description |
script |
The bytes to hash. |
Created with MrDocs