SaltedSipHasher::operator()

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

NameDescription
scriptThe bytes to hash.