[#SHA3_256-Reset] = xref:SHA3_256.adoc[SHA3_256]::Reset :relfileprefix: ../ :mrdocs: Reset the hasher back to its initial state. == Synopsis Declared in `<crypto/sha3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:SHA3_256.adoc[SHA3_256]& Reset(); ---- == Return Value A reference to this hasher, for chaining. [.small]#Created with https://www.mrdocs.com[MrDocs]#