md5

package
v2.9.60+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2016 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Exports = map[string]interface{}{
	"_name":  "crypto/md5",
	"new":    md5.New,
	"sum":    md5.Sum,
	"sumstr": Sumstr,
	"hash":   Hash,

	"BlockSize": md5.BlockSize,
	"Size":      md5.Size,
}

Exports is the export table of this module.

Functions

func Hash

func Hash(sep interface{}, args ...interface{}) string

Hash returns md5 sum of (sep, args...) serialization.

func Sumstr

func Sumstr(b []byte) string

Sumstr is hex.EncodeToString(md5.Sum(b)).

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL