mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
more pre-calculated x25519
This commit is contained in:
parent
a8e1cd9a13
commit
1285e30b3e
3 changed files with 3 additions and 2 deletions
|
@ -196,7 +196,7 @@ namespace garlic
|
|||
i2p::transport::transports.ReuseX25519KeysPair (m_EphemeralKeys);
|
||||
}
|
||||
// we still didn't find elligator eligible pair
|
||||
for (int i = 0; i < 10; i++)
|
||||
for (int i = 0; i < 25; i++)
|
||||
{
|
||||
// create new
|
||||
m_EphemeralKeys = std::make_shared<i2p::crypto::X25519Keys>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue