hmac

package
v0.0.0-...-f8c0f81 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2011 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Overview

Package hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. Federal Information Processing Standards Publication 198. An HMAC is a cryptographic hash that uses a key to sign a message. The receiver verifies the hash by recomputing it using the same key.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(h func() hash.Hash, key []byte) hash.Hash

New returns a new HMAC hash using the given hash generator and key.

func NewMD5

func NewMD5(key []byte) hash.Hash

NewMD5 returns a new HMAC-MD5 hash using the given key.

func NewSHA1

func NewSHA1(key []byte) hash.Hash

NewSHA1 returns a new HMAC-SHA1 hash using the given key.

func NewSHA256

func NewSHA256(key []byte) hash.Hash

NewSHA256 returns a new HMAC-SHA256 hash using the given key.

Types

This section is empty.

Jump to

Keyboard shortcuts

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