Versions in this module Expand all Collapse all v2 v2.0.3 Dec 26, 2022 Changes in this version + type Secp256k1Key struct + PrivateKey *ecdsa.PrivateKey + func HexToKey(hexKey string) (*Secp256k1Key, error) + func RandomNew() (*Secp256k1Key, error) + func ToKey(d []byte) (*Secp256k1Key, error) + func (k *Secp256k1Key) Bytes() []byte + func (k *Secp256k1Key) PubKey() []byte + func (k *Secp256k1Key) PubKeyUncompressed() []byte + func (k *Secp256k1Key) Sign(data []byte) ([]byte, error)