md5

Function md5 

Source
pub fn md5(input: &str) -> String
Expand description

Calculate MD5 hash for a string

§Arguments

  • input - The input string to calculate MD5 hash for

§Returns

A string containing the hexadecimal representation of the MD5 hash