crypto_onetimeauth static method

int crypto_onetimeauth(
  1. Uint8List out,
  2. Uint8List m,
  3. int n,
  4. Uint8List k,
)

Implementation

static int crypto_onetimeauth(
    Uint8List out, Uint8List m, final int n, Uint8List k) {
  return _crypto_onetimeauth(out, 0, m, 0, n, k);
}