Skip to main content

md5

Function md5 

Source
fn md5(input: &[u8]) -> [u8; 16]
Expand description

Self-contained MD5 (RFC 1321). SLS requires a Content-MD5 header and the project has no MD5 dependency, so it is implemented here and unit-tested against the RFC vectors.