randombytes_sysrandom.h 301 B

12345678910111213141516171819
  1. #ifndef randombytes_sysrandom_H
  2. #define randombytes_sysrandom_H
  3. #include "export.h"
  4. #include "randombytes.h"
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8. SODIUM_EXPORT
  9. extern struct randombytes_implementation randombytes_sysrandom_implementation;
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif