crypto_verify64 function

  1. @Native<Int Function(Pointer<Uint8>, Pointer<Uint8>)>(ffi.Pointer<ffi.Uint8>, ffi.Pointer<ffi.Uint8>)>()
int crypto_verify64(
  1. Pointer<Uint8> a,
  2. Pointer<Uint8> b
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.Uint8>, ffi.Pointer<ffi.Uint8>)>()
external int crypto_verify64(
  ffi.Pointer<ffi.Uint8> a,
  ffi.Pointer<ffi.Uint8> b,
);