md4 top-level constant
MD4 can be used as a checksum to verify data integrity against unintentional corruption. Although it was widely used as a cryptographic hash function once, it has been found to suffer from extensive vulnerabilities.
WARNING: It should not be used for cryptographic purposes.
Implementation
const BlockHashBase md4 = _MD4();