aesmac

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package aesmac implements message authentication code algorithm AES-CBC-MAC for COSE as defined in RFC9053. https://datatracker.ietf.org/doc/html/rfc9053#name-hash-based-message-authenti.

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 AES-CBC-MAC key.

func GenerateKey

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

GenerateKey generates a new Key with given algorithm for AES-CBC-MAC.

func KeyFrom

func KeyFrom(alg int, 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 AES-CBC-MAC key.

Types

This section is empty.

Jump to

Keyboard shortcuts

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