Documentation ¶
Index ¶
- func Base58CheckDecode(s string) (ver uint8, b []byte, err error)
- func Base58CheckEncode(ver uint8, b []byte) (s string)
- func Base58Decode(s string) (b []byte, err error)
- func Base58Encode(b []byte) (s string)
- func Checksum(data []byte) ([]byte, error)
- func Hash160(data []byte) ([]byte, error)
- func HashDoubleSha256(data []byte) ([]byte, error)
- func HashRipeMD160(data []byte) ([]byte, error)
- func HashSha256(data []byte) ([]byte, error)
- func WIFEncode(key []byte) (s string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base58CheckEncode ¶
func Base58Decode ¶
func Base58Encode ¶
TODO: Need to refactor all of the hashing below to use the functions defined above
func HashDoubleSha256 ¶
func HashRipeMD160 ¶
func HashSha256 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.