crypto_elligator_map function

  1. @Native<Void Function(Pointer<Uint8>, Pointer<Uint8>)>(ffi.Pointer<ffi.Uint8>, ffi.Pointer<ffi.Uint8>)>()
void crypto_elligator_map(
  1. Pointer<Uint8> curve,
  2. Pointer<Uint8> hidden
)

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