md5 top-level constant Null safety
An implementation of the MD5 hash function.
Warning: MD5 has known collisions and should only be used when required for backwards compatibility.
Implementation
const Hash md5 = _MD5._();
An implementation of the MD5 hash function.
Warning: MD5 has known collisions and should only be used when required for backwards compatibility.
const Hash md5 = _MD5._();