csidh/rng.h

9 lines
95 B
C
Raw Normal View 히스토리

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