md5 top-level constant

MD5 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 md5 = _MD5();