signer

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: LGPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Signer

type Signer interface {
	PubKey() cryptotypes.PubKey
	Sign(data []byte) ([]byte, error)
}

func NewKmsSigner

func NewKmsSigner(ctx context.Context, key string) Signer

func NewLocalSigner

func NewLocalSigner(key string) Signer

func NewSigner

func NewSigner(ctx context.Context, config *configtypes.Config) Signer

Jump to

Keyboard shortcuts

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