crypto_eddsa_scalarbase function

  1. @Native<Void Function(Pointer<Uint8>, Pointer<Uint8>)>(ffi.Pointer<ffi.Uint8>, ffi.Pointer<ffi.Uint8>)>()
void crypto_eddsa_scalarbase(
  1. Pointer<Uint8> point,
  2. Pointer<Uint8> scalar
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Uint8>, ffi.Pointer<ffi.Uint8>)>()
external void crypto_eddsa_scalarbase(
  ffi.Pointer<ffi.Uint8> point,
  ffi.Pointer<ffi.Uint8> scalar,
);