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