toHashDigest

Creates a hash digest string from a hash_t.

mstring
toHashDigest
(
hash_t hash
,
ref mstring str
)

Parameters

hash hash_t

hash_t value to render to string

str mstring

destination string; length will be set to HashDigits

Return Value

Type: mstring

string containing the hash digest

Meta