alg

package
v0.0.0-...-ebd5e3c Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	HMAC_SHA1   = "HMAC-SHA1"
	HMAC_SHA256 = "HmacSHA256"
	HMAC_MD5    = "HMAC-MD5"
)

Variables

View Source
var SignMethodMap = map[string]func() hash.Hash{
	HMAC_SHA1:   sha1.New,
	HMAC_SHA256: sha256.New,
	HMAC_MD5:    md5.New,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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