Module Doc

val hash_string_md5 : string -> string

hash_string_md5 s creates a unique hash encoding of the input string s using Core.Md5.

  • parameter s

    is the input string to be hashed.

  • returns

    a string representing the unique MD5 hash encoding of the input string in hexadecimal format.