[#BaseHash-03-data-0a] = xref:BaseHash-03.adoc[BaseHash]::data :relfileprefix: ../ :mrdocs: Returns a const pointer to the underlying byte buffer. == Synopsis Declared in `<util/hash_type.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char const* data() const; ---- == Return Value A pointer to the first byte. [.small]#Created with https://www.mrdocs.com[MrDocs]#