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