import binascii
base58 = "123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"
#编码
def b58encode(temp:int) ->str:
tmp = []
while True:
tmp.insert
import binascii
base58 = "123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"
#编码
def b58encode(temp:int) ->str:
tmp = []
while True:
tmp.insert