clarify padding in dest

This commit is contained in:
zzz
2014-08-22 15:14:01 +00:00
parent 1299f2f55e
commit 333a44294b

View File

@@ -408,6 +408,8 @@ Random padding if the total lengths of the two keys are less than 384 bytes
Complete or first portion of Signing Public Key
</li></ul>
</p><p>
The Crypto Public Key is aligned at the start and the Signing Public Key is aligned at the end.
The padding (if any) is in the middle.
The lengths and boundaries of the initial key data, the padding, and the excess key data portions
in the certificates are not explicitly specified, but are derived from
the lengths of the specified key types.
@@ -576,6 +578,9 @@ They are 387 bytes plus the certificate length specified at bytes 385-386, which
</li><li>
As of release 0.9.12, if the certificate is a Key Certificate, the boundaries of the
key fields may vary. See the Key Certificate section above for details.
</li><li>
The Crypto Public Key is aligned at the start and the Signing Public Key is aligned at the end.
The padding (if any) is in the middle.
</li></ul>
<h4><a href="http://docs.i2p-projekt.de/javadoc/net/i2p/data/RouterIdentity.html">Javadoc</a></h4>
@@ -642,6 +647,9 @@ They are 387 bytes plus the certificate length specified at bytes 385-386, which
</li><li>
As of release 0.9.12, if the certificate is a Key Certificate, the boundaries of the
key fields may vary. See the Key Certificate section above for details.
</li><li>
The Crypto Public Key is aligned at the start and the Signing Public Key is aligned at the end.
The padding (if any) is in the middle.
</li></ul>
<h4><a href="http://docs.i2p-projekt.de/javadoc/net/i2p/data/Destination.html">Javadoc</a></h4>