Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
MD5 is cryptographically broken and should not be used for secure applications.
func New() hash.Hash func Sum(data []byte) [Size]byte