1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 02:19:21 +00:00
trezor-firmware/mocks/ubinascii.py
2017-06-07 19:06:26 +02:00

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