diff --git a/www.i2p2/pages/common_structures_spec.html b/www.i2p2/pages/common_structures_spec.html
index 6794119d..6e07d4a0 100644
--- a/www.i2p2/pages/common_structures_spec.html
+++ b/www.i2p2/pages/common_structures_spec.html
@@ -366,6 +366,14 @@ Total length: 387+ bytes
{% endfilter %}
+
Notes
+-
+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.
+
+
Lease
@@ -516,7 +524,7 @@ signature :: Signature
Notes
-
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.
-
The encryption key is used for end-to-end ElGamal/AES+SessionTag encryption.
It is currently generated anew at every router startup, it is not persistent.