ByteVectorHash::operator()

Compute the hash of a byte vector.

Synopsis

Declared in <util/bytevectorhash.h>

size_t
operator()(std::vector<unsigned char> const& input) const;

Return Value

The SipHash-2-4 hash of the input.

Parameters

NameDescription
inputThe byte vector to hash.