forked from I2P_Developers/i2p.www
add 25519ph
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user