xref: /freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/randombytes_salsa20_random.h (revision 3611ec604864a7d4dcc9a3ea898c80eb35eef8a0)
1 
2 #ifndef randombytes_salsa20_random_H
3 #define randombytes_salsa20_random_H
4 
5 #include "export.h"
6 #include "randombytes.h"
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 SODIUM_EXPORT
13 extern struct randombytes_implementation randombytes_salsa20_implementation;
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif
20