Compute the hash of a byte vector.
Declared in <util/bytevectorhash.h>
<util/bytevectorhash.h>
size_t operator()(std::vector<unsigned char> const& input) const;
The SipHash-2-4 hash of the input.