crypto_elligator_map function
Elligator mappings proper
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Uint8>, ffi.Pointer<ffi.Uint8>)>()
external void crypto_elligator_map(
ffi.Pointer<ffi.Uint8> curve,
ffi.Pointer<ffi.Uint8> hidden,
);