Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
rng.h
Go to the documentation of this file.
1#ifndef RNG_H
2#define RNG_H
3
4#include <stdlib.h>
5
6void randombytes(void *x, size_t l);
7
8#endif
void randombytes(void *x, size_t l)
Definition rng.c:8