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

Name

Description

input

The byte vector to hash.

Created with MrDocs