data overloads
data
Declared in <util/hash_type.h>
<util/hash_type.h>
Returns a pointer to the underlying byte buffer.
unsigned char* data();
Returns a const pointer to the underlying byte buffer.
unsigned char const* data() const;
A pointer to the first byte.