Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / src / libnacl / randombytes / devurandom.h
blob2e0caf8a4714f7e44ab2f6665b706535045796e5
1 /*
2 randombytes/devurandom.h version 20080713
3 D. J. Bernstein
4 Public domain.
5 */
7 #ifndef randombytes_devurandom_H
8 #define randombytes_devurandom_H
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
14 extern void randombytes(unsigned char *,unsigned long long);
16 #ifdef __cplusplus
18 #endif
20 #ifndef randombytes_implementation
21 #define randombytes_implementation "devurandom"
22 #endif
24 #endif