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