mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
trim behind ECIESx25519 tags
This commit is contained in:
@@ -657,7 +657,10 @@ namespace garlic
|
||||
moreTags -= (receiveTagset->GetNextIndex () - index);
|
||||
}
|
||||
if (moreTags > 0)
|
||||
{
|
||||
GenerateMoreReceiveTags (receiveTagset, moreTags);
|
||||
receiveTagset->MoveTrimBehind (moreTags >> 1); // /2
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user