crypto_eddsa_mul_add function
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<ffi.Uint8>,
ffi.Pointer<ffi.Uint8>,
ffi.Pointer<ffi.Uint8>,
ffi.Pointer<ffi.Uint8>,
)
>()
external void crypto_eddsa_mul_add(
ffi.Pointer<ffi.Uint8> r,
ffi.Pointer<ffi.Uint8> a,
ffi.Pointer<ffi.Uint8> b,
ffi.Pointer<ffi.Uint8> c,
);