crypto_verify_16 method

int crypto_verify_16(
  1. Pointer<UnsignedChar> x,
  2. Pointer<UnsignedChar> y
)

Implementation

@pragma('vm:prefer-inline')
int crypto_verify_16(
  _i1.Pointer<_i1.UnsignedChar> x,
  _i1.Pointer<_i1.UnsignedChar> y,
) => _i2.crypto_verify_16(x, y);