Fix typos

This commit is contained in:
Dimitris Apostolou 2022-11-25 22:37:52 +02:00
parent aead9db971
commit 73b9c0302b
No known key found for this signature in database
GPG key ID: 4B5D20E938204A8A
8 changed files with 15 additions and 15 deletions

View file

@ -309,7 +309,7 @@ namespace transport
KDF3Bob ();
if (i2p::crypto::AEADChaCha20Poly1305 (m_SessionConfirmedBuffer + 48, m3p2Len - 16, GetH (), 32, GetK (), nonce, m3p2Buf, m3p2Len - 16, false)) // decrypt
// caclulate new h again for KDF data
// calculate new h again for KDF data
MixHash (m_SessionConfirmedBuffer + 48, m3p2Len); // h = SHA256(h || ciphertext)
else
{