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/core/mocks/generated/trezorcrypto/elligator2.pyi

9 lines
187 B

from typing import *
# extmod/modtrezorcrypto/modtrezorcrypto-elligator2.h
def map_to_curve25519(input: bytes) -> bytes:
"""
Maps a 32-byte input to a curve25519 point.
"""