fix(crypto): add missing header for size_t

pull/3491/head
matejcik 4 months ago
parent 6d0e1bc919
commit 8b3fbf6469

@ -1,6 +1,8 @@
#ifndef ED25519_H
#define ED25519_H
#include <stddef.h>
#include "options.h"
#if defined(__cplusplus)

Loading…
Cancel
Save