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.
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'skeyctl
utility to use the functionality fromtrezorlib
.