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