sign

package
v0.0.0-...-e9dd2fa Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2022 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ISignKey

type ISignKey interface {
	Raw() ([]byte, error)
	Sign(m []byte) ([]byte, error)
}

type ISignKeyPair

type ISignKeyPair interface {
	Sign() ISignKey
	Verify() IVerfKey
}

type IVerfKey

type IVerfKey interface {
	Raw() ([]byte, error)
	Verify(data, sign []byte) (bool, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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