1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 11:28:14 +00:00
trezor-firmware/core/src/storage
grdddj 6b5f578d02 feat(core): implement basic R emulator
Can be built by `TREZOR_MODEL=R make build_unix`, `make build_unix_frozen` does not work yet.

All the dialogs are not very pretty, they are just meant to work.
2022-05-06 11:44:52 +02:00
..
__init__.py core: wipe before reset and recovery; introduce 'intialized' field 2020-06-16 11:31:29 +02:00
cache.py feat(core): Implement GetNonce command. 2022-01-31 18:00:22 +01:00
common.py style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
debug.py refactor(core/debug): offload debug configuration from apps.debug 2021-05-06 13:14:21 +02:00
device.py feat(core): implement basic R emulator 2022-05-06 11:44:52 +02:00
fido2.py refactor(core/webauthn): make sure KEY_AGREEMENT_*KEY is generated once per power-up 2021-05-06 13:14:21 +02:00
recovery_shares.py style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
recovery.py refactor(core): limit global imports in key places 2021-05-06 13:14:21 +02:00
resident_credentials.py style(all): fix pylint complaints 2021-10-27 13:13:15 +02:00
sd_salt.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00