Documentation ¶
Index ¶
- Constants
- func AESDecrypt(crypted, key []byte) ([]byte, error)
- func AESEncrypt(src, key []byte) ([]byte, error)
- func Base58CheckDecode(input string) ([]byte, error)
- func Base58CheckEncode(input []byte) string
- func Decode(input string) ([]byte, error)
- func Encode(input []byte) string
- func Hash160(ba []byte) []byte
- func Hash256(ba []byte) []byte
- func Sha256(b []byte) []byte
Constants ¶
View Source
const BASE58 = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"
View Source
const PREFIX rune = '1'
Variables ¶
This section is empty.
Functions ¶
func AESDecrypt ¶
AESDecrypt decrypts the encrypted source with the given key.
func AESEncrypt ¶
AESEncrypt encrypts the key with the given source.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.