more info on dest pubkey

This commit is contained in:
zzz
2013-07-30 20:48:11 +00:00
parent 80791c8329
commit 5c2a99b62e

View File

@@ -366,6 +366,14 @@ Total length: 387+ bytes
{% endfilter %}
</pre>
<h4>Notes</h4>
<ul><li>
The public key of the destination was used for the old i2cp-to-i2cp encryption
which was disabled in version 0.6, it is currently unused
except for the IV for LeaseSet encryption,
which is deprecated. The public key in the LeaseSet is used instead.
</li></ul>
<h4><a href="http://docs.i2p-projekt.de/javadoc/net/i2p/data/Destination.html">Javadoc</a></h4>
<h2 id="struct_Lease">Lease</h2>
@@ -516,7 +524,7 @@ signature :: Signature
<h4>Notes</h4>
<ul><li>
The public key of the destination was used for the old i2cp-to-i2cp encryption
which was disabled in version 0.6, it is currently unused?
which was disabled in version 0.6, it is currently unused.
</li><li>
The encryption key is used for end-to-end <a href="how_elgamalaes.html">ElGamal/AES+SessionTag</a> encryption.
It is currently generated anew at every router startup, it is not persistent.