crypto_eddsa_check function
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<ffi.Uint8>,
ffi.Pointer<ffi.Uint8>,
ffi.Pointer<ffi.Uint8>,
ffi.Size,
)
>()
external int crypto_eddsa_check(
ffi.Pointer<ffi.Uint8> signature,
ffi.Pointer<ffi.Uint8> public_key,
ffi.Pointer<ffi.Uint8> message,
int message_size,
);