crypto_elligator_rev function

  1. @Native<Int Function(Pointer<Uint8>, Pointer<Uint8>, Uint8)>(ffi.Pointer<ffi.Uint8>, ffi.Pointer<ffi.Uint8>, ffi.Uint8)>()
int crypto_elligator_rev(
  1. Pointer<Uint8> hidden,
  2. Pointer<Uint8> curve,
  3. int tweak
)

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,
);