csidh/reference/csidh-20180427-by-castryck-et-al/rng.h

9 lines
95 B
C
Raw Normal View History

#ifndef RNG_H
#define RNG_H
#include <stdlib.h>
void randombytes(void *x, size_t l);
#endif