From d72e71a30d8496ab0fc3c814fad984fdbb9846d3 Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Wed, 16 Mar 2022 05:48:27 -0400
Subject: [PATCH] Prop. 159 fixes

---
 i2p2www/spec/proposals/159-ssu2.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/i2p2www/spec/proposals/159-ssu2.rst b/i2p2www/spec/proposals/159-ssu2.rst
index ea1e89438..584ef360a 100644
--- a/i2p2www/spec/proposals/159-ssu2.rst
+++ b/i2p2www/spec/proposals/159-ssu2.rst
@@ -5,7 +5,7 @@ SSU2
     :author: eyedeekay, orignal, zlatinb, zzz
     :created: 2021-09-12
     :thread: http://zzz.i2p/topics/2612
-    :lastupdated: 2022-03-13
+    :lastupdated: 2022-03-16
     :status: Open
     :target: 0.9.55
 
@@ -3611,7 +3611,7 @@ KDF for Session Created and Session Confirmed part 1
 
 // take h saved from Session Request KDF
   // MixHash(ciphertext)
-  h = SHA256(h || 32 byte encrypted payload from Session Request)
+  h = SHA256(h || encrypted Noise payload from Session Request)
 
   // MixHash(header)
   h = SHA256(h || header)
@@ -3872,7 +3872,7 @@ KDF for Session Confirmed part 1, using Session Created KDF
 
 // take h saved from Session Created KDF
   // MixHash(ciphertext)
-  h = SHA256(h || 24 byte encrypted payload from Session Created)
+  h = SHA256(h || encrypted Noise payload from Session Created)
 
   // MixHash(header)
   h = SHA256(h || header)
@@ -4776,12 +4776,12 @@ Block types:
        Payload Block Type              Type Number  Block Length
 ====================================  ============= ============
 DateTime                                    0            7      
-Options (TBD)                               1           15+     
+Options                                     1           15+
 Router Info                                 2         varies 
 I2NP Message                                3         varies 
 First Fragment                              4         varies 
 Follow-on Fragment                          5         varies 
-Termination (TBD)                           6         9 typ.    
+Termination                                 6         9 typ.
 Relay Request                               7         varies
 Relay Response                              8         varies
 Relay Intro                                 9         varies
-- 
GitLab