mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
crypto.ratchet.inboundTags
This commit is contained in:
parent
5e0a8ed232
commit
61897ae16c
6 changed files with 35 additions and 9 deletions
|
@ -432,7 +432,8 @@ namespace garlic
|
|||
return ret;
|
||||
}
|
||||
|
||||
GarlicDestination::GarlicDestination (): m_NumTags (32) // 32 tags by default
|
||||
GarlicDestination::GarlicDestination (): m_NumTags (32), // 32 tags by default
|
||||
m_NumRatchetInboundTags (0) // 0 means standard
|
||||
{
|
||||
m_Ctx = BN_CTX_new ();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue