[#ScriptHash-begin-0d7] = xref:ScriptHash.adoc[ScriptHash]::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:ScriptHash/begin-03.adoc[begin](); ---- [.small]#xref:ScriptHash/begin-03.adoc[_» more..._]# Returns a const iterator to the first byte of the hash. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char const* xref:ScriptHash/begin-0d2.adoc[begin]() const; ---- [.small]#xref:ScriptHash/begin-0d2.adoc[_» more..._]# == Return Value A pointer to the first byte. [.small]#Created with https://www.mrdocs.com[MrDocs]#