diff --git a/i2p2www/pages/site/docs/transport/ntcp.html b/i2p2www/pages/site/docs/transport/ntcp.html index f6df3b54..2ba026a4 100644 --- a/i2p2www/pages/site/docs/transport/ntcp.html +++ b/i2p2www/pages/site/docs/transport/ntcp.html @@ -1,7 +1,7 @@ {% extends "global/layout.html" %} {% block title %}{% trans %}NTCP (NIO-based TCP){% endtrans %}{% endblock %} -{% block lastupdated %}{% trans %}October 2014{% endtrans %}{% endblock %} -{% block accuratefor %}0.9.15{% endblock %} +{% block lastupdated %}{% trans %}November 2014{% endtrans %}{% endblock %} +{% block accuratefor %}0.9.17{% endblock %} {% block content %}
{% trans transports=site_url('docs/transport'), ssu=site_url('docs/transport/ssu') -%} NTCP is one of two transports currently implemented in I2P. @@ -390,6 +390,7 @@ the `Signature` of the following concatenated data: 448 bytes AES encrypted using the DH session key and the last 16 bytes of HXxorHI (i.e., the last 16 bytes of message #1) as the IV {%- endtrans %} +448 is the typical length, but it could be longer, see below. @@ -413,6 +414,14 @@ As of release 0.9.16, the router identity may be longer than 387 bytes, and the are implied by the type of the Signing Public Key in Alice's Router Identity. The padding is as necessary to a multiple of 16 bytes for the entire unencrypted contents. +