mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
save aepk from new session message
This commit is contained in:
parent
cdd068d99a
commit
8c800dc178
2 changed files with 7 additions and 7 deletions
|
@ -89,6 +89,7 @@ namespace garlic
|
|||
private:
|
||||
|
||||
uint8_t m_H[32], m_CK[64] /* [chainkey, key] */, m_RemoteStaticKey[32];
|
||||
uint8_t m_Aepk[32]; // Alice's ephemeral keys TODO: for incoming only
|
||||
i2p::crypto::X25519Keys m_EphemeralKeys;
|
||||
SessionState m_State = eSessionStateNew;
|
||||
RatchetTagSet m_TagsetAB, m_TagsetBA;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue