trezor-core/mocks
Pavol Rusnak 8d1109986c
trezor.crypto: curve.nist256p1 and curve.secp256k1 now sign/verify 256-bit digests, not arbitrary length messages
2016-11-08 15:38:45 +01:00
..
trezor trezor.crypto: curve.nist256p1 and curve.secp256k1 now sign/verify 256-bit digests, not arbitrary length messages 2016-11-08 15:38:45 +01:00
__init__.py Mock builder for C modules 2016-09-27 17:26:15 +02:00
gc.py Mocks of MicroPython methods used by Core (taken from https://docs.micropython.org/en/latest/pyboard/py-modindex.html) 2016-09-27 17:26:17 +02:00
machine.py Mocks of MicroPython methods used by Core (taken from https://docs.micropython.org/en/latest/pyboard/py-modindex.html) 2016-09-27 17:26:17 +02:00
micropython.py Add const() mock 2016-09-27 17:34:48 +02:00
sys.py Mocks of MicroPython methods used by Core (taken from https://docs.micropython.org/en/latest/pyboard/py-modindex.html) 2016-09-27 17:26:17 +02:00
ubinascii.py Mocks of MicroPython methods used by Core (taken from https://docs.micropython.org/en/latest/pyboard/py-modindex.html) 2016-09-27 17:26:17 +02:00
uheapq.py Mocks of MicroPython methods used by Core (taken from https://docs.micropython.org/en/latest/pyboard/py-modindex.html) 2016-09-27 17:26:17 +02:00
uio.py Mocks of MicroPython methods used by Core (taken from https://docs.micropython.org/en/latest/pyboard/py-modindex.html) 2016-09-27 17:26:17 +02:00
ustruct.py Mocks of MicroPython methods used by Core (taken from https://docs.micropython.org/en/latest/pyboard/py-modindex.html) 2016-09-27 17:26:17 +02:00
utime.py Mocks of MicroPython methods used by Core (taken from https://docs.micropython.org/en/latest/pyboard/py-modindex.html) 2016-09-27 17:26:17 +02:00
uzlib.py Mocks of MicroPython methods used by Core (taken from https://docs.micropython.org/en/latest/pyboard/py-modindex.html) 2016-09-27 17:26:17 +02:00