module Base58
Extended Modules
Defined in:
crystal-secp256k1-zkp/base58.crConstant Summary
-
ALPHABET =
"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"
-
BASE =
ALPHABET.size
Instance Method Summary
- #base58_to_bytes(base58_val : String) : Bytes
- #base58_to_int(base58_val : String) : Number
- #bytes_to_base58(binary_val : Bytes, include_leading_zeroes = true) : String
- #int_to_base58(int_val : Number) : String