Doc
val hash_string_md5 : string -> string
hash_string_md5 s creates a unique hash encoding of the input string s using Core.Md5.
hash_string_md5 s
s
is the input string to be hashed.
a string representing the unique MD5 hash encoding of the input string in hexadecimal format.