diff --git a/i2p2www/pages/site/docs/spec/common-structures.html b/i2p2www/pages/site/docs/spec/common-structures.html index 4d6d2af908955aa6669bbd57a814c951d158f6d7..2464ede628022c50ddccefe9578271b3dff0a95f 100644 --- a/i2p2www/pages/site/docs/spec/common-structures.html +++ b/i2p2www/pages/site/docs/spec/common-structures.html @@ -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>