crypto_eddsa_reduce function

  1. @Native<Void Function(Pointer<Uint8>, Pointer<Uint8>)>(ffi.Pointer<ffi.Uint8>, ffi.Pointer<ffi.Uint8>)>()
void crypto_eddsa_reduce(
  1. Pointer<Uint8> reduced,
  2. Pointer<Uint8> expanded
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Uint8>, ffi.Pointer<ffi.Uint8>)>()
external void crypto_eddsa_reduce(
  ffi.Pointer<ffi.Uint8> reduced,
  ffi.Pointer<ffi.Uint8> expanded,
);