1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 06:19:27 +00:00
trezor-firmware/core
Pavol Rusnak d8534b5ee6
perf(core/extmod): replace HMAC Python implementation with C
We keep Python implementation of HMAC for Monero in
core/src/apps/monero/xmr/crypto/__init__.py
2020-10-12 16:33:13 +02:00
..
assets
embed perf(core/extmod): replace HMAC Python implementation with C 2020-10-12 16:33:13 +02:00
mocks perf(core/extmod): replace HMAC Python implementation with C 2020-10-12 16:33:13 +02:00
prof
site_scons/site_tools/micropython
src perf(core/extmod): replace HMAC Python implementation with C 2020-10-12 16:33:13 +02:00
tests perf(core/extmod): replace HMAC Python implementation with C 2020-10-12 16:33:13 +02:00
tools ci: omit generated protobuf classes from coverage report 2020-09-23 16:00:10 +02:00
vendor
.dockerignore
.gitignore
.pylintrc
asan_blacklist.txt
AUTHORS
CHANGELOG.md docs(core): note 2.3.4 as released in Changelog 2020-10-08 09:02:52 +02:00
COPYING
emu.py
emu.sh
Makefile feat(core): add more mypy targets 2020-09-23 16:00:10 +02:00
README.md
SConscript.boardloader core: introduce TREZOR_MODEL flag (#1233) 2020-08-28 14:50:38 +02:00
SConscript.bootloader core: introduce TREZOR_MODEL flag (#1233) 2020-08-28 14:50:38 +02:00
SConscript.bootloader_ci core: introduce TREZOR_MODEL flag (#1233) 2020-08-28 14:50:38 +02:00
SConscript.firmware core: introduce TREZOR_MODEL flag (#1233) 2020-08-28 14:50:38 +02:00
SConscript.prodtest core: introduce TREZOR_MODEL flag (#1233) 2020-08-28 14:50:38 +02:00
SConscript.reflash core: introduce TREZOR_MODEL flag (#1233) 2020-08-28 14:50:38 +02:00
SConscript.unix core: introduce TREZOR_MODEL flag (#1233) 2020-08-28 14:50:38 +02:00
SConstruct core/bootloader_ci: fix typos in the previous commit 2020-08-21 14:47:35 +02:00

Trezor Core

Firmware currently running on Model T.

See docs/core for more info.