hmac

package
v1.229.0 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2024 License: MIT Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Options(
	fx.Provide(NewAlgo),
)

Module for fx.

Functions

func Generate

func Generate() (string, error)

Generate for hmac.

func IsEnabled

func IsEnabled(cfg *Config) bool

IsEnabled for hmac.

Types

type Algo

type Algo interface {
	algo.Signer
}

Algo for hmac.

func NewAlgo

func NewAlgo(cfg *Config) (Algo, error)

NewAlgo for hmac.

type Config

type Config struct {
	Key string `yaml:"key,omitempty" json:"key,omitempty" toml:"key,omitempty"`
}

Config for hmac.

func (*Config) GetKey

func (c *Config) GetKey() (string, error)

GetKey for hmac.

Jump to

Keyboard shortcuts

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