mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
whitespace cleanup
This commit is contained in:
parent
098b2e968e
commit
b980ca4a9e
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ namespace transport
|
|||
{
|
||||
m_Decryption.SetIV (m_Establisher->phase2.pubKey + 240);
|
||||
m_Encryption.SetIV (m_Establisher->phase1.HXxorHI + 16);
|
||||
|
||||
m_Decryption.Decrypt((uint8_t *)&m_Establisher->phase2.encrypted, sizeof(m_Establisher->phase2.encrypted), (uint8_t *)&m_Establisher->phase2.encrypted);
|
||||
// verify
|
||||
uint8_t xy[512];
|
||||
|
|
Loading…
Add table
Reference in a new issue