Versions in this module Expand all Collapse all v0 v0.9.8 Mar 7, 2022 Changes in this version + var ErrChecksumMismatch = errors.New("checksum mismatch") + var ErrMalformedPrivateKey = errors.New("malformed private key") + func DoubleHashB(b []byte) []byte + type WIF struct + CompressPubKey bool + PrivKey *btcec.PrivateKey + func DecodeWIF(wif string) (*WIF, error) + func NewWIF(privKey *btcec.PrivateKey, privateKeyID byte, compress bool) (*WIF, error) + func (w *WIF) SerializePubKey() []byte + func (w *WIF) String() string