8 lines
93 B
C
8 lines
93 B
C
#ifndef RAND_H
|
|
#define RAND_H
|
|
|
|
void RandomBytes(unsigned char *buf, unsigned size);
|
|
|
|
#endif
|
|
|