CryptGenRandom.h 308 B

123456789101112131415161718
  1. #ifndef randombytes_CryptGenRandom_H
  2. #define randombytes_CryptGenRandom_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. extern void randombytes(unsigned char *,unsigned long long);
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #ifndef randombytes_implementation
  11. #define randombytes_implementation "CryptGenRandom"
  12. #endif
  13. #endif