Versions in this module Expand all Collapse all v1 v1.4.6 Feb 25, 2020 Changes in this version + type Config struct + IdentityPath string + KeyPath string + MSPID string + type ECDSASignature struct + R *big.Int + S *big.Int + type Signer struct + Creator []byte + func NewSigner(conf Config) (*Signer, error) + func (si *Signer) NewSignatureHeader() (*common.SignatureHeader, error) + func (si *Signer) Sign(msg []byte) ([]byte, error)