You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/src/apps/monero/xmr/types.py

7 lines
155 B

if False:
from trezor.crypto import monero as tcry
from typing import * # noqa: F401
Ge25519 = tcry.ge25519
Sc25519 = tcry.bignum256modm