crypto

package
v1.4.12 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FakeLocalSigner = &LocalSigner{
	Identity: []byte("IdentityBytes"),
	Nonce:    []byte("NonceValue"),
}

FakeLocalSigner is a signer which already has identity an nonce set to fake values

Functions

This section is empty.

Types

type LocalSigner

type LocalSigner struct {
	Identity []byte
	Nonce    []byte
}

LocalSigner is a mock implementation of crypto.LocalSigner

func (*LocalSigner) NewSignatureHeader

func (ls *LocalSigner) NewSignatureHeader() (*cb.SignatureHeader, error)

NewSignatureHeader returns a new signature header, nil

func (*LocalSigner) Sign

func (ls *LocalSigner) Sign(msg []byte) ([]byte, error)

Sign returns the msg, nil

Jump to

Keyboard shortcuts

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