mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
check if x25519 key is valid
This commit is contained in:
parent
ce9640773c
commit
726bd0d63b
6 changed files with 52 additions and 13 deletions
|
@ -866,6 +866,7 @@ namespace garlic
|
|||
{
|
||||
it->second.tagset->DeleteSymmKey (it->second.index);
|
||||
it = m_ECIESx25519Tags.erase (it);
|
||||
numExpiredTags++;
|
||||
}
|
||||
else
|
||||
++it;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue