ltc_prng.h 256 B

123456789101112
  1. #ifndef DROPBEAR_LTC_PRNG_H_DROPBEAR
  2. #define DROPBEAR_LTC_PRNG_H_DROPBEAR
  3. #include "includes.h"
  4. #if DROPBEAR_LTC_PRNG
  5. extern const struct ltc_prng_descriptor dropbear_prng_desc;
  6. #endif /* DROPBEAR_LTC_PRNG */
  7. #endif /* DROPBEAR_LTC_PRNG_H_DROPBEAR */