fixed tyypo

This commit is contained in:
orignal 2020-01-16 18:03:51 -05:00
parent 67dd59125e
commit 00cb15d9b4

View File

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