[#SHA3_256-OUTPUT_SIZE] = xref:SHA3_256.adoc[SHA3_256]::OUTPUT_SIZE :relfileprefix: ../ :mrdocs: Size of the SHA3‐256 digest in bytes. == Synopsis Declared in `<crypto/sha3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static size_t OUTPUT_SIZE = 32; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#