#ifndef XMSS_RANDOMBYTES_H
#define XMSS_RANDOMBYTES_H
extern void randombytes(unsigned char * x,unsigned long long xlen);
#endif