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