We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc9c92 commit cf0fd73Copy full SHA for cf0fd73
1 file changed
libi2pd/NTCP2.cpp
@@ -1196,8 +1196,6 @@ namespace transport
1196
1197
void NTCP2Session::ClientLogin ()
1198
{
1199
- if (m_Establisher->m_CryptoType > i2p::data::CRYPTO_KEY_TYPE_ECIES_X25519_AEAD && !(m_Server.GetRng ()() & 0x03))
1200
- m_Establisher->SetVersion (2); // switch to non-PQ with a probability of one in four
1201
LogPrint (eLogDebug, "NTCP2: Login crypto type ", (int)m_Establisher->m_CryptoType);
1202
m_Establisher->CreateEphemeralKey ();
1203
boost::asio::post (m_Server.GetEstablisherService (),
0 commit comments