Versions in this module Expand all Collapse all v0 v0.0.1 Jun 11, 2017 Changes in this version + var BitcoinP2SHPrefix = []byte + var BitcoinPrefix = []byte + var BitcoinTestnetP2SHPrefix = []byte + var BitcoinTestnetPrefix = []byte + var ZcashP2SHPrefix = []byte + var ZcashPrefix = []byte + var ZcashTestnetP2SHPrefix = []byte + var ZcashTestnetPrefix = []byte + func Base58Check(val, prefix []byte) string + func DecodeZcashAddr(addr string) ([]byte, error) + func EncodeBitcoinPubkey(k *btcec.PublicKey) string + func EncodeEthereumPubkey(k *btcec.PublicKey) string + func EncodeZcashPubkey(k *btcec.PublicKey) string + func HashSha256Ripe160(data []byte) []byte + func KeyHashSha256Ripe160(ecpk *btcec.PublicKey) []byte