csidh/rng.h

9 rindas
95 B
C

2018-08-23 12:49:45 +01:00
#ifndef RNG_H
#define RNG_H
#include <stdlib.h>
void randombytes(void *x, size_t l);
#endif