begin overloads
begin
Declared in <util/hash_type.h>
<util/hash_type.h>
Returns an iterator to the first byte of the hash.
unsigned char* begin();
Returns a const iterator to the first byte of the hash.
unsigned char const* begin() const;
A pointer to the first byte.