From f7c2cc6550a0bceaffaf7f3fce560090ec77cf63 Mon Sep 17 00:00:00 2001 From: jeffro256 Date: Sat, 19 Apr 2025 21:28:52 -0500 Subject: [PATCH] upstream: add serialization for mx25519_pubkey --- src/serialization/crypto.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/serialization/crypto.h b/src/serialization/crypto.h index c2a4846ee..ca7fa776c 100644 --- a/src/serialization/crypto.h +++ b/src/serialization/crypto.h @@ -37,6 +37,7 @@ #include "crypto/chacha.h" #include "crypto/crypto.h" #include "crypto/hash.h" +#include "mx25519.h" // read template