trezor-core/mocks/ubinascii.py

15 lines
190 B
Python

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