1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-04 05:28:17 +00:00
trezor-firmware/src/trezor/crypto/curve.py

4 lines
54 B
Python
Raw Normal View History

2016-04-27 00:36:59 +00:00
from TrezorCrypto import Ed25519
ed25519 = Ed25519()