crypto_eddsa_scalarbase function
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,
);
@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,
);