package md5
Import Path
crypto/md5 (on golang.org and go.dev)
Dependency Relation
imports 5 packages, and imported by 2 packages
Involved Source Files
Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
MD5 is cryptographically broken and should not be used for secure
applications.
md5block.go
md5block_decl.go
md5block_arm64.s
Package-Level Type Names (only one, which is unexported)
Package-Level Functions (total 9, in which 2 are exported)
New returns a new hash.Hash computing the MD5 checksum. The Hash also
implements encoding.BinaryMarshaler and encoding.BinaryUnmarshaler to
marshal and unmarshal the internal state of the hash.
Sum returns the MD5 checksum of the data.
Package-Level Constants (total 9, in which 2 are exported)
The blocksize of MD5 in bytes.
The size of an MD5 checksum in bytes.
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)