mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
fixed tyypo
This commit is contained in:
parent
67dd59125e
commit
00cb15d9b4
@ -68,7 +68,8 @@ namespace garlic
|
||||
m_Encryption.SetKey (m_SessionKey);
|
||||
}
|
||||
|
||||
ElGamalAESSession::ElGamalAESSession (const uint8_t * sessionKey, const SessionTag& sessionTag)
|
||||
ElGamalAESSession::ElGamalAESSession (const uint8_t * sessionKey, const SessionTag& sessionTag):
|
||||
m_NumTags(1)
|
||||
{
|
||||
memcpy (m_SessionKey, sessionKey, 32);
|
||||
m_Encryption.SetKey (m_SessionKey);
|
||||
|
Loading…
Reference in New Issue
Block a user