mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-09-16 23:24:40 +00:00
send ECIES encrypted tunnel test for destinations with post-quantum crypto
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user