Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Secp256k1Signer ¶
type Secp256k1Signer struct { }
Secp256k1Signer exposes the signing and verification for ecdsa signature scheme
func (*Secp256k1Signer) IsInterfaceNil ¶
func (s *Secp256k1Signer) IsInterfaceNil() bool
IsInterfaceNil returns true if there is no value under the interface
func (*Secp256k1Signer) Sign ¶
func (s *Secp256k1Signer) Sign(private crypto.PrivateKey, msg []byte) ([]byte, error)
Sign is used to sign a message
Click to show internal directories.
Click to hide internal directories.