hmac

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckKey

func CheckKey(k key.Key) error

CheckKey checks whether the given key is a valid HMAC key.

Reference https://datatracker.ietf.org/doc/html/rfc9053#name-hash-based-message-authenti

func GenerateKey

func GenerateKey(alg key.Alg) (key.Key, error)

GenerateKey generates a new key with given algorithm for HMAC.

func KeyFrom

func KeyFrom(alg key.Alg, k []byte) (key.Key, error)

KeyFrom returns a Key with given algorithm and bytes for AES-CBC-MAC.

func New

func New(k key.Key) (key.MACer, error)

New creates a key.MACer for the given HMAC key.

Types

This section is empty.

Jump to

Keyboard shortcuts

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