cryptoOnetimeauthVerifyLen method

int cryptoOnetimeauthVerifyLen(
  1. Uint8List h,
  2. Uint8List m,
  3. int n,
  4. Uint8List k,
)

Implementation

int cryptoOnetimeauthVerifyLen(Uint8List h, Uint8List m, int n, Uint8List k) {
  return _cryptoOnetimeauthVerify(h, 0, m, 0, n, k);
}