pqc/common/randombytes.h

8 lines
117 B
C
Raw Normal View History

2019-01-15 14:35:25 +00:00
#include <stdint.h>
#ifndef RANDOMBYTES_H
#define RANDOMBYTES_H
void randombytes(uint8_t *x,uint64_t xlen);
#endif