interfaces

package
v1.11.0 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2026 License: MIT Imports: 0 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Method

type Method interface {
	Signer
	Verifier
	GetName() string
}

type NamedSigner

type NamedSigner interface {
	Signer
	GetName() string
}

type NamedVerifier

type NamedVerifier interface {
	Verifier
	GetName() string
}

type Signer

type Signer interface {
	Sign(message []byte) (signature []byte, err error)
}

type Verifier

type Verifier interface {
	Verify(message []byte, signature []byte) error
}

Jump to

Keyboard shortcuts

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