diff --git a/i2p2www/spec/proposals/159-ssu2.rst b/i2p2www/spec/proposals/159-ssu2.rst index d50537a1..305334cf 100644 --- a/i2p2www/spec/proposals/159-ssu2.rst +++ b/i2p2www/spec/proposals/159-ssu2.rst @@ -3052,7 +3052,7 @@ Key Derivation Function (KDF) (for Session Created and Session Confirmed part 1) {% highlight lang='text' %} - // take h saved from Session Request KDF +// take h saved from Session Request KDF // MixHash(ciphertext) h = SHA256(h || 32 byte encrypted payload from Session Request) @@ -3280,7 +3280,7 @@ Encryption for for Session Confirmed part 1, using Session Created KDF {% highlight lang='text' %} - // take h saved from Session Created KDF +// take h saved from Session Created KDF // MixHash(ciphertext) h = SHA256(h || 24 byte encrypted payload from Session Created)