crypto

package
v0.0.0-...-523a819 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2019 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"),
}

Functions

This section is empty.

Types

type LocalSigner

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

localsigner是crypto.localsigner的模拟实现

func (*LocalSigner) NewSignatureHeader

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

NewSignatureHeader返回新的签名头,nil

func (*LocalSigner) Sign

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

sign返回msg,nil

Jump to

Keyboard shortcuts

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