#ifndef RANDOMBYTES_H #define RANDOMBYTES_H #include #ifdef _WIN32 #include #else #include #endif int randombytes(uint8_t *buf, size_t xlen); #endif