Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:12:40

0001 
0002 #ifndef randombytes_sysrandom_H
0003 #define randombytes_sysrandom_H
0004 
0005 #include "export.h"
0006 #include "randombytes.h"
0007 
0008 #ifdef __cplusplus
0009 extern "C" {
0010 #endif
0011 
0012 SODIUM_EXPORT
0013 extern struct randombytes_implementation randombytes_sysrandom_implementation;
0014 
0015 #ifdef __cplusplus
0016 }
0017 #endif
0018 
0019 #endif