save aepk from new session message

This commit is contained in:
orignal 2020-01-29 21:57:10 -05:00
parent cdd068d99a
commit 8c800dc178
2 changed files with 7 additions and 7 deletions

View file

@ -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;