crypto_eddsa_sign function
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<ffi.Uint8>,
ffi.Pointer<ffi.Uint8>,
ffi.Pointer<ffi.Uint8>,
ffi.Size,
)
>()
external void crypto_eddsa_sign(
ffi.Pointer<ffi.Uint8> signature,
ffi.Pointer<ffi.Uint8> secret_key,
ffi.Pointer<ffi.Uint8> message,
int message_size,
);