1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 12:00:59 +00:00

fixup! fixup! fixup! wip: single packet decryption (not finished) [no changelog]

This commit is contained in:
M1nd3r 2024-12-19 16:09:05 +01:00
parent 1d3a65fff6
commit e2e811e072

View File

@ -31,11 +31,11 @@ from . import (
PacketHeader,
SessionState,
ThpDecryptionError,
ThpDeviceLockedError,
ThpError,
ThpErrorType,
ThpInvalidDataError,
ThpUnallocatedSessionError,
ThpDeviceLockedError,
)
from . import alternating_bit_protocol as ABP
from . import (