Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/sodium/randombytes_internal_random.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 
0002 #ifndef randombytes_internal_random_H
0003 #define randombytes_internal_random_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_internal_implementation;
0014 
0015 /* Backwards compatibility with libsodium < 1.0.18 */
0016 #define randombytes_salsa20_implementation randombytes_internal_implementation
0017 
0018 #ifdef __cplusplus
0019 }
0020 #endif
0021 
0022 #endif