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
6
void
randombytes
(
void
*x,
size_t
l);
7
8
#endif
randombytes
void randombytes(void *x, size_t l)
Definition
rng.c:8
E:
pqc-engineering-ssec-23
c-code
src
rng.h
Generated by
1.14.0