signature

package
v0.0.0-...-67468a5 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2020 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Sign

func Sign(signer Signer, data []byte) ([]byte, error)

Sign returns the signature of data using privKey

func Verify

func Verify(pubKey keypair.PublicKey, data, signature []byte) error

Verify check the signature of data using pubKey

func VerifyMultiSignature

func VerifyMultiSignature(data []byte, keys []keypair.PublicKey, m int, sigs [][]byte) error

VerifyMultiSignature check whether more than m sigs are signed by the keys

Types

type Signer

type Signer interface {
	//get signer's private key
	PrivKey() keypair.PrivateKey

	//get signer's public key
	PubKey() keypair.PublicKey

	Scheme() signature.SignatureScheme
}

Signer is the abstract interface of user's information(Keys) for signing data.

Jump to

Keyboard shortcuts

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