trezor / python-trezor

:snake: Don't use this repo, use the new monorepo instead:
https://github.com/trezor/trezor-firmware
GNU Lesser General Public License v3.0
201 stars 194 forks source link

understanding firmware headers for Trezor T #273

Closed matejcik closed 5 years ago

matejcik commented 6 years ago

trezorlib should contain functionality for parsing Trezor T firmware headers.

that way, the firmware_update operations can check their validity before uploading to device. Also it allows us to rewrite core's keyctl utility to use the functionality from trezorlib.

matejcik commented 5 years ago

most of this is already fixed, the rest is tracked in https://github.com/trezor/trezor-firmware/issues/111