#ifndef RANDOMBYTES_H #define RANDOMBYTES_H #include #include void randombytes(uint8_t *out, size_t outlen); #endif