Function md4

fn md4(msg: &[u8]) -> Quad

Calculates the md4 hash of the given slice of bytes, returning the 128-bit result as a quad of u32's

Function md4_str

fn md4_str(msg: &[u8]) -> ~str

Calculates the md4 hash of a slice of bytes, returning the hex-encoded version of the hash

Function md4_text

fn md4_text(msg: &str) -> ~str

Calculates the md4 hash of a string, returning the hex-encoded version of the hash