mirror of
https://github.com/trezor/trezor-firmware.git
synced 2026-03-04 14:35:45 +01:00
Co-authored-by: M1nd3r <petrsedlacek.km@seznam.cz> Co-authored-by: Roman Zeyde <roman.zeyde@satoshilabs.com> [no changelog]
8 lines
136 B
Python
8 lines
136 B
Python
from .state import HandshakeState
|
|
from .functions.dh import DH
|
|
|
|
|
|
class NoiseProtocol:
|
|
handshake_state: HandshakeState
|
|
dh_fn: DH
|