The Go Programming Language

Package md5

import "crypto/md5"

Package md5 implements the MD5 hash algorithm as defined in RFC 1321.

Package files

md5.go md5block.go

Constants

The size of an MD5 checksum in bytes.

const Size = 16

func New

func New() hash.Hash

New returns a new hash.Hash computing the MD5 checksum.

release.r60.3. Except as noted, this content is licensed under a Creative Commons Attribution 3.0 License.