sign

package
v0.4.8 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrSignExpired   = errors.New("sign expired")
	ErrSignInvalid   = errors.New("sign invalid")
	ErrExpireInvalid = errors.New("expire invalid")
	ErrExpireMissing = errors.New("expire missing")
)

Functions

This section is empty.

Types

type HMACSign

type HMACSign struct {
	SecretKey []byte
}

func (HMACSign) Sign

func (s HMACSign) Sign(data string, expire int64) string

func (HMACSign) Verify

func (s HMACSign) Verify(data, sign string) error

type Sign

type Sign interface {
	Sign(data string, expire int64) string
	Verify(data, sign string) error
}

func NewHMACSign

func NewHMACSign(secret []byte) Sign

Jump to

Keyboard shortcuts

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