mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-07 14:00:57 +00:00
e629a72c3a
apps.webauthn.boot() does not need an if-condition because it's only
called from session.py when the usb interface is enabled
This means that they do not need to be stored in RAM at all. The obvious
drawback is that we need to hand-edit the if/elif sequence, but we don't
register new handlers all that often so 🤷
|
||
---|---|---|
.. | ||
actions | ||
__init__.py | ||
get_public_key.py | ||
helpers.py | ||
layout.py | ||
sign_tx.py | ||
writers.py |