esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
random.hpp
Go to the documentation of this file.
1#ifndef ESP8266NDN_PORT_RANDOM_HPP
2#define ESP8266NDN_PORT_RANDOM_HPP
3
4#include <cstdint>
5#include <cstdlib>
6
7namespace esp8266ndn {
8namespace ndnph_port {
9
17public:
18 RandomSource() = delete;
19
20 static bool generate(uint8_t* output, size_t count);
21};
22
23} // namespace ndnph_port
24} // namespace esp8266ndn
25
26namespace ndnph {
27namespace port {
29} // namespace port
30} // namespace ndnph
31
32#endif // ESP8266NDN_PORT_RANDOM_HPP
Hardware random bytes generator.
Definition random.hpp:16
static bool generate(uint8_t *output, size_t count)
Definition autoconfig.hpp:24
Definition fs.hpp:33