firmware/shared/h.py
2021-03-01 09:03:03 -05:00

8 lines
206 B
Python

# (c) Copyright 2018 by Coinkite Inc. This file is covered by license found in COPYING-CC.
#
# use:
# from h import *
from ubinascii import hexlify as b2a_hex
from ubinascii import unhexlify as a2b_hex