cryptoOnetimeauth method

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

Implementation

int cryptoOnetimeauth(Uint8List out, Uint8List m, int n, Uint8List k) {
  return _cryptoOnetimeauth(out, 0, m, 0, n, k);
}