[#CSipHasher-Write-099] = xref:CSipHasher.adoc[CSipHasher]::Write :relfileprefix: ../ :mrdocs: Hash arbitrary bytes. == Synopsis Declared in `<crypto/siphash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CSipHasher.adoc[CSipHasher]& Write(std::span<unsigned char const> data); ---- == Return Value Reference to this object, to allow chaining. == Parameters [cols="1,4"] |=== | Name| Description | *data* | The bytes to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#