You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/mocks/ubinascii.py

15 lines
190 B

def hexlify(data, sep=None):
return 0
def unhexlify(data):
return 0
def a2b_base64(data):
return 0
def b2a_base64(data):
return 0
def crc32(data, crc=None):
return 0