clarify that EdDSA types are little endian

This commit is contained in:
zzz
2015-04-11 21:36:11 +00:00
parent cada05f3e3
commit 336704665a

View File

@@ -159,6 +159,10 @@ As of release 0.9.12, other types may be supported, depending on context.
When a key is composed of two elements (for example points X,Y), it is serialized by
padding each element to length/2 with leading zeros if necessary.
{%- endtrans %}</li>
<li>{% trans -%}
All types are Big Endian, except for
EdDSA, which is stored and transmitted in a Little Endian format.
{%- endtrans %}</li>
</ul>
<h4><a href="http://docs.i2p-projekt.de/javadoc/net/i2p/data/SigningPublicKey.html">Javadoc</a></h4>
@@ -198,6 +202,10 @@ As of release 0.9.12, other types may be supported, depending on context.
When a key is composed of two elements (for example points X,Y), it is serialized by
padding each element to length/2 with leading zeros if necessary.
{%- endtrans %}</li>
<li>{% trans -%}
All types are Big Endian, except for
EdDSA, which is stored and transmitted in a Little Endian format.
{%- endtrans %}</li>
</ul>
<h4><a href="http://docs.i2p-projekt.de/javadoc/net/i2p/data/SigningPrivateKey.html">Javadoc</a></h4>
@@ -237,6 +245,10 @@ As of release 0.9.12, other types may be supported, depending on context.
When a signature is composed of two elements (for example values R,S), it is serialized by
padding each element to length/2 with leading zeros if necessary.
{%- endtrans %}</li>
<li>{% trans -%}
All types are Big Endian, except for
EdDSA, which is stored and transmitted in a Little Endian format.
{%- endtrans %}</li>
</ul>
<h4><a href="http://docs.i2p-projekt.de/javadoc/net/i2p/data/Signature.html">Javadoc</a></h4>