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 ¶
localsigner是crypto.localsigner的模拟实现
func (*LocalSigner) NewSignatureHeader ¶
func (ls *LocalSigner) NewSignatureHeader() (*cb.SignatureHeader, error)
NewSignatureHeader返回新的签名头,nil
Click to show internal directories.
Click to hide internal directories.