A few minor fixes
@@ -26,7 +26,8 @@ SRC = \
impl/secretbox.h \
impl/sign.h \
impl/x25519.h \
- impl/gimli-core/portable.h
+ impl/gimli-core/portable.h \
+ impl/random/*.h
all: lib package
@@ -4,6 +4,10 @@
#include <esp_system.h>
#endif
+#ifdef ARDUINO
+#include <Arduino.h>
+#endif
+
static int
hydro_random_init(void)
{
@@ -1,4 +1,4 @@
-architectures=avr,nrf52,particle-photon,particle-electron,particle-p1
+architectures=avr,nrf52,particle-photon,particle-electron,particle-p1,esp32
author=Frank Denis <libhydrogen@pureftpd.org>
category=Other
includes=hydrogen.h