Add various missing includes

This commit is contained in:
Jonathan G Rennison
2024-05-31 23:09:19 +01:00
parent f09f412c43
commit 7997430688
5 changed files with 5 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
#define NETWORK_CRYPTO_INTERNAL_H
#include "network_crypto.h"
#include <array>
/** The number of bytes the public and secret keys are in X25519. */
constexpr size_t X25519_KEY_SIZE = 32;