Files
trezor-firmware/python/stubs/noise/noise_protocol.pyi
matejcik 6e3018509b refactor(python): rework session-based API
Co-authored-by: M1nd3r <petrsedlacek.km@seznam.cz>
Co-authored-by: Roman Zeyde <roman.zeyde@satoshilabs.com>

[no changelog]
2026-02-03 14:47:31 +01:00

8 lines
136 B
Python

from .state import HandshakeState
from .functions.dh import DH
class NoiseProtocol:
handshake_state: HandshakeState
dh_fn: DH