Go Home Page
The Go Programming Language

Package md5

import "crypto/md5"

This package 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.