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]
5 lines
65 B
Python
5 lines
65 B
Python
from .keypair import KeyPair
|
|
|
|
class DH:
|
|
klass: type[KeyPair]
|