mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
aligned AES keys
This commit is contained in:
parent
f7791e5289
commit
faf1fe7a7c
5 changed files with 18 additions and 17 deletions
2
Garlic.h
2
Garlic.h
|
@ -88,7 +88,7 @@ namespace garlic
|
|||
|
||||
GarlicDestination * m_Owner;
|
||||
const i2p::data::RoutingDestination * m_Destination;
|
||||
uint8_t m_SessionKey[32];
|
||||
i2p::crypto::AESKey m_SessionKey;
|
||||
std::list<SessionTag> m_SessionTags;
|
||||
int m_NumTags;
|
||||
std::map<uint32_t, UnconfirmedTags *> m_UnconfirmedTagsMsgs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue