crypto_elligator_rev function
Implementation
@ffi.Native<
ffi.Int Function(ffi.Pointer<ffi.Uint8>, ffi.Pointer<ffi.Uint8>, ffi.Uint8)
>()
external int crypto_elligator_rev(
ffi.Pointer<ffi.Uint8> hidden,
ffi.Pointer<ffi.Uint8> curve,
int tweak,
);