[#ByteVectorHash-operator_call] = xref:ByteVectorHash.adoc[ByteVectorHash]::operator() :relfileprefix: ../ :mrdocs: Compute the hash of a byte vector. == Synopsis Declared in `<util/bytevectorhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t operator()(std::vector<unsigned char> const& input) const; ---- == Return Value The SipHash‐2‐4 hash of the input. == Parameters [cols="1,4"] |=== | Name| Description | *input* | The byte vector to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#