Versions in this module Expand all Collapse all v1 v1.8.7 Aug 2, 2024 Changes in this version + const MaxSigLen + const MinSigLen + func RecoverCompact(signature, hash []byte) (*btcec.PublicKey, bool, error) + func SignCompact(key *btcec.PrivateKey, hash []byte, isCompressedKey bool) []byte + type Error = secp_ecdsa.ErrorKind + type ErrorKind = secp_ecdsa.ErrorKind + type Signature = secp_ecdsa.Signature + func NewSignature(r, s *btcec.ModNScalar) *Signature + func ParseDERSignature(sigStr []byte) (*Signature, error) + func ParseSignature(sigStr []byte) (*Signature, error) + func Sign(key *btcec.PrivateKey, hash []byte) *Signature Other modules containing this package github.com/VidarSolutions/btcd