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