Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Secp256k1Signer ¶
type Secp256k1Signer struct { }
func NewSecp256k1Signer ¶
func NewSecp256k1Signer(privateKey []byte) *Secp256k1Signer
func (*Secp256k1Signer) PublicKey ¶
func (s *Secp256k1Signer) PublicKey() []byte
func (*Secp256k1Signer) Sign ¶
func (s *Secp256k1Signer) Sign(msg []byte) []byte
Click to show internal directories.
Click to hide internal directories.