prop 144 updates part 2
This commit is contained in:
@ -1217,7 +1217,6 @@ Optional blocks can have multiple I2NP blocks, but only a single padding block.
|
|||||||
If present, the padding block must be the final block.
|
If present, the padding block must be the final block.
|
||||||
|
|
||||||
|
|
||||||
KDF for Payload Section Encrypted Contents
|
|
||||||
KDF for Ephemeral Key Section Encrypted Contents
|
KDF for Ephemeral Key Section Encrypted Contents
|
||||||
````````````````````````````````````````````````
|
````````````````````````````````````````````````
|
||||||
|
|
||||||
@ -1281,12 +1280,23 @@ KDF for Ephemeral Key Section Encrypted Contents
|
|||||||
|
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
|
||||||
|
KDF for Payload Section Encrypted Contents
|
||||||
|
``````````````````````````````````````````
|
||||||
|
|
||||||
|
TODO basically like the first Existing Session message,
|
||||||
|
post-split.
|
||||||
|
|
||||||
|
.. raw:: html
|
||||||
|
|
||||||
|
{% highlight lang='text' %}
|
||||||
|
TODO
|
||||||
|
|
||||||
|
{% endhighlight %}
|
||||||
|
|
||||||
Notes
|
Notes
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Bob must include the matching session ID in the reply Ephemeral Key Section for Alice to
|
|
||||||
properly decrypt and bind the reply inbound session with the original outbound session.
|
|
||||||
|
|
||||||
Multiple NSR messages may be sent in reply, each with unique ephemeral keys, depending on the size of the response.
|
Multiple NSR messages may be sent in reply, each with unique ephemeral keys, depending on the size of the response.
|
||||||
|
|
||||||
Alice and Bob are required to use new ephemeral keys for every NS and NSR message.
|
Alice and Bob are required to use new ephemeral keys for every NS and NSR message.
|
||||||
|
Reference in New Issue
Block a user