[][src]Function big_hash::md5_hash

pub fn md5_hash<H: Hash>(data: &H) -> [u8; 16]

Compute an MD5 digest through the core::hash API.

Security Warning

MD5 should be considered cryptographically broken and unsuitable for cryptographic use.