I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 12b9819c authored by zzz's avatar zzz
Browse files

add 25519ph

parent db354d18
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,8 @@ As of release 0.9.12, other types may be supported, depending on context.
<td>Offline signing, never used for Router Identities or Destinations</td></tr>
<tr><td>EdDSA_SHA512_Ed25519</td><td align="center">32</td><td align="center">0.9.15</td>
<td>Recent Router Identities and Destinations</td></tr>
<tr><td>EdDSA_SHA512_Ed25519ph</td><td align="center">32</td><td align="center">0.9.25</td>
<td>Offline signing, never used for Router Identities or Destinations</td></tr>
</table>
<h4>{% trans %}Notes{% endtrans %}</h4>
......@@ -211,6 +213,8 @@ As of release 0.9.12, other types may be supported, depending on context.
<td>Offline signing, never used for Router Identities or Destinations</td></tr>
<tr><td>EdDSA_SHA512_Ed25519</td><td align="center">32</td><td align="center">0.9.15</td>
<td>Recent Router Identities and Destinations</td></tr>
<tr><td>EdDSA_SHA512_Ed25519ph</td><td align="center">32</td><td align="center">0.9.25</td>
<td>Offline signing, never used for Router Identities or Destinations</td></tr>
</table>
<h4>{% trans %}Notes{% endtrans %}</h4>
......@@ -262,6 +266,8 @@ As of release 0.9.12, other types may be supported, depending on context.
<td>Offline signing, never used for Router Identities or Destinations</td></tr>
<tr><td>EdDSA_SHA512_Ed25519</td><td align="center">64</td><td align="center">0.9.15</td>
<td>Recent Router Identities and Destinations</td></tr>
<tr><td>EdDSA_SHA512_Ed25519ph</td><td align="center">64</td><td align="center">0.9.25</td>
<td>Offline signing, never used for Router Identities or Destinations</td></tr>
</table>
<h4>{% trans %}Notes{% endtrans %}</h4>
......@@ -441,6 +447,8 @@ The defined Signing Key types are:
<td>Offline only; never used in Key Certificates for Router Identities or Destinations</td></tr>
<tr><td>EdDSA_SHA512_Ed25519</td><td align="center">7</td><td align="center">32</td><td align="center">0.9.15</td>
<td>Recent Router Identities and Destinations</td></tr>
<tr><td>EdDSA_SHA512_Ed25519ph</td><td align="center">8</td><td align="center">32</td><td align="center">0.9.25</td>
<td>Offline only; never used in Key Certificates for Router Identities or Destinations</td></tr>
</table>
<p>
......@@ -485,6 +493,7 @@ Example layouts using an ElGamal Crypto Public Key and the Signing Public Key ty
<tr><td>RSA_SHA384_3072</td><td align="center">0</td><td align="center">256</td></tr>
<tr><td>RSA_SHA512_4096</td><td align="center">0</td><td align="center">384</td></tr>
<tr><td>EdDSA_SHA512_Ed25519</td><td align="center">96</td><td align="center">0</td></tr>
<tr><td>EdDSA_SHA512_Ed25519ph</td><td align="center">96</td><td align="center">0</td></tr>
</table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment