Minor proposal 152 formatting

Recommend 4,0 enc type for I2CP
https Noise links
This commit is contained in:
zzz
2020-09-23 14:57:01 +00:00
parent 51d844192c
commit 174499078b
7 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}I2CP{% endblock %}
{% block lastupdated %}2020-06{% endblock %}
{% block accuratefor %}0.9.46{% endblock %}
{% block lastupdated %}2020-09{% endblock %}
{% block accuratefor %}0.9.47{% endblock %}
{% block content %}
<p>{% trans -%}
The I2P Client Protocol (I2CP) exposes a strong separation of concerns between
@@ -218,7 +218,7 @@ See proposal 123.
<tr>
<td>i2cp.leaseSetEncType
<td>0.9.38</td>
<td>0
<td>4,0
<td>0-65535,...
<td>0
<td>

View File

@@ -597,7 +597,7 @@ References
http://csrc.nist.gov/publications/nistpubs/800-57/sp800-57-Part1-revised2_Mar08-2007.pdf
.. [NOISE]
http://noiseprotocol.org/noise.html
https://noiseprotocol.org/noise.html
.. [NTCP]
{{ site_url('docs/transport/ntcp', True) }}

View File

@@ -3091,7 +3091,7 @@ References
{{ spec_url('ntcp2') }}
.. [NOISE]
http://noiseprotocol.org/noise.html
https://noiseprotocol.org/noise.html
.. [Prop111]
{{ proposal_url('111') }}

View File

@@ -1984,7 +1984,7 @@ References
{{ site_url('docs/how/network-database', True) }}
.. [NOISE]
http://noiseprotocol.org/noise.html
https://noiseprotocol.org/noise.html
.. [NTCP]
{{ site_url('docs/transport/ntcp', True) }}

View File

@@ -2481,7 +2481,7 @@ References
{{ site_url('docs/how/network-database', True) }}
.. [NOISE]
http://noiseprotocol.org/noise.html
https://noiseprotocol.org/noise.html
.. [NTCP]
{{ site_url('docs/transport/ntcp', True) }}

View File

@@ -3660,7 +3660,7 @@ References
{{ spec_url('ntcp2') }}
.. [NOISE]
http://noiseprotocol.org/noise.html
https://noiseprotocol.org/noise.html
.. [Prop111]
{{ proposal_url('111') }}

View File

@@ -6,7 +6,7 @@ ECIES Tunnels
:author: chisana, zzz, orignal
:created: 2019-07-04
:thread: http://zzz.i2p/topics/2737
:lastupdated: 2020-09-15
:lastupdated: 2020-09-23
:status: Open
:target: 0.9.51
@@ -427,9 +427,9 @@ Unencrypted size: 528 bytes
{% highlight lang='dataspec' %}
bytes 0-31 :: SHA-256 Hash of bytes 32-527
bytes 32-526 :: random data
byte 527 :: reply
bytes 0-31: SHA-256 Hash of bytes 32-527
bytes 32-526: random data
byte 527: reply
total length: 528
@@ -457,7 +457,7 @@ Unencrypted size: 512 bytes
bytes 0-x: Tunnel Build Reply Options (Mapping)
bytes x-x: other data as implied by options
bytes x-510: Random padding
bytes 511: Reply byte
byte 511: Reply byte
{% endhighlight %}
@@ -481,7 +481,7 @@ Encrypted size: 528 bytes
{% highlight lang='dataspec' %}
bytes 0-511: ChaCha20 encrypted BuildReplyRecord
bytes 0-511: ChaCha20 encrypted BuildReplyRecord
bytes 512-527: Poly1305 MAC
{% endhighlight %}