[#CHash160-Write] = xref:CHash160.adoc[CHash160]::Write :relfileprefix: ../ :mrdocs: Adds more data to be hashed. == Synopsis Declared in `<hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CHash160.adoc[CHash160]& Write(std::span<unsigned char const> input); ---- == Return Value A reference to this hasher, for chaining. == Parameters [cols="1,4"] |=== | Name| Description | *input* | The bytes to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#