This commit is contained in:
lotodore
2007-03-02 00:04:18 +00:00
parent 573f02702d
commit b7790e94ff
7 changed files with 117 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef RAND_H
#define RAND_H
void RandomBytes(unsigned char *buf, unsigned size);
#endif