crypto_eddsa_check_equation function
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<ffi.Uint8>,
ffi.Pointer<ffi.Uint8>,
ffi.Pointer<ffi.Uint8>,
)
>()
external int crypto_eddsa_check_equation(
ffi.Pointer<ffi.Uint8> signature,
ffi.Pointer<ffi.Uint8> public_key,
ffi.Pointer<ffi.Uint8> h_ram,
);