cryptoVerify16 static method

int cryptoVerify16(
  1. Uint8List x,
  2. Uint8List y
)

Implementation

static int cryptoVerify16(Uint8List x, Uint8List y) {
  return _cryptoVerify16(x, 0, y, 0);
}