int crypto_onetimeauth_verify(Uint8List h, Uint8List m, Uint8List k) { return crypto_onetimeauth_verify_len(h, m, m != null ? m.length : 0, k); }