mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
ReceiveRatchetTagSet
This commit is contained in:
parent
726bd0d63b
commit
ee3cd44f97
4 changed files with 58 additions and 41 deletions
|
@ -1060,7 +1060,7 @@ namespace garlic
|
|||
}
|
||||
}
|
||||
|
||||
uint64_t GarlicDestination::AddECIESx25519SessionNextTag (RatchetTagSetPtr tagset)
|
||||
uint64_t GarlicDestination::AddECIESx25519SessionNextTag (ReceiveRatchetTagSetPtr tagset)
|
||||
{
|
||||
auto index = tagset->GetNextIndex ();
|
||||
uint64_t tag = tagset->GetNextSessionTag ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue