1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-09 14:12:51 +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 c1a4ffbda3
commit 052a3fc624

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 (