#include "ascon-xof.h"
int crypto_hash (unsigned char *out, const unsigned char *in, unsigned long long inlen) { return ascon_xof(out, in, inlen); }