1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-10 15:30:55 +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 d4c5b4fabf
commit 95214744a2

View File

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