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