Module extra::md4

Functions

md4

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

md4_str

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

md4_text

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