mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
correct nonce for SessionCorfirmed part 2
This commit is contained in:
parent
2160001167
commit
67e501f5c7
@ -444,6 +444,7 @@ namespace transport
|
|||||||
m_EphemeralKeys->Agree (S, sharedSecret);
|
m_EphemeralKeys->Agree (S, sharedSecret);
|
||||||
m_NoiseState->MixKey (sharedSecret);
|
m_NoiseState->MixKey (sharedSecret);
|
||||||
// decrypt part2
|
// decrypt part2
|
||||||
|
memset (nonce, 0, 12);
|
||||||
uint8_t * payload = buf + 64;
|
uint8_t * payload = buf + 64;
|
||||||
std::vector<uint8_t> decryptedPayload(len - 80);
|
std::vector<uint8_t> decryptedPayload(len - 80);
|
||||||
if (!i2p::crypto::AEADChaCha20Poly1305 (payload, len - 80, m_NoiseState->m_H, 32,
|
if (!i2p::crypto::AEADChaCha20Poly1305 (payload, len - 80, m_NoiseState->m_H, 32,
|
||||||
|
Loading…
Reference in New Issue
Block a user