9 #ifndef NDN_SECURITY_RNG_H_ 10 #define NDN_SECURITY_RNG_H_ 12 #include "../ndn-error-code.h" 52 ndn_rng(uint8_t *dest,
unsigned size);
58 #endif // NDN_SECURITY_RNG_H_ ndn_rng_impl rng
Definition: ndn-lite-rng.h:36
int(* ndn_rng_impl)(uint8_t *dest, unsigned size)
ndn_rng_impl type
Definition: ndn-lite-rng.h:30
ndn_rng_backend_t * ndn_rng_get_backend(void)
Definition: ndn-lite-rng.c:15
int ndn_rng(uint8_t *dest, unsigned size)
Generate a random number.
Definition: ndn-lite-rng.c:21
struct ndn_rng_backend ndn_rng_backend_t
The structure to represent the backend implementation.
The structure to represent the backend implementation.
Definition: ndn-lite-rng.h:35