From 3668a8a83170f34acd8b7d8ec0d21650d1cdca90 Mon Sep 17 00:00:00 2001 From: orignal Date: Wed, 10 Jun 2026 13:32:20 -0400 Subject: [PATCH] send ECIES encrypted tunnel test for destinations with post-quantum crypto --- libi2pd/TunnelPool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libi2pd/TunnelPool.cpp b/libi2pd/TunnelPool.cpp index 27650b27..9d987c86 100644 --- a/libi2pd/TunnelPool.cpp +++ b/libi2pd/TunnelPool.cpp @@ -431,7 +431,7 @@ namespace tunnel newTests.push_back(std::make_pair (*it1, *it2)); ++it1; ++it2; } - bool isECIES = m_LocalDestination->SupportsEncryptionType (i2p::data::CRYPTO_KEY_TYPE_ECIES_X25519_AEAD); + bool isECIES = m_LocalDestination->GetRatchetsHighestCryptoType () > 0; for (auto& it: newTests) { uint32_t msgID;