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

Skip to content
Snippets Groups Projects
Unverified Commit ce8fd3a1 authored by zzz's avatar zzz
Browse files

common structures clarifications

parent 18eccd7c
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ X25519 keys are supported in RouterIdentities as of release 0.9.48. ...@@ -87,7 +87,7 @@ X25519 keys are supported in RouterIdentities as of release 0.9.48.
======= ============== ====== ===== ======= ============== ====== =====
Type Length (bytes) Since Usage Type Length (bytes) Since Usage
======= ============== ====== ===== ======= ============== ====== =====
ElGamal 256 Deprecated for Router Identities as of 0.9.58; discouraged for Destinations ElGamal 256 Deprecated for Router Identities as of 0.9.58; use for Destinations, as the public key field is unused there; discouraged for leasesets
P256 64 TBD Reserved, see proposal 145 P256 64 TBD Reserved, see proposal 145
P384 96 TBD Reserved, see proposal 145 P384 96 TBD Reserved, see proposal 145
P521 132 TBD Reserved, see proposal 145 P521 132 TBD Reserved, see proposal 145
...@@ -119,7 +119,7 @@ Keys are big-endian unless otherwise noted. ...@@ -119,7 +119,7 @@ Keys are big-endian unless otherwise noted.
======= ============== ====== ===== ======= ============== ====== =====
Type Length (bytes) Since Usage Type Length (bytes) Since Usage
======= ============== ====== ===== ======= ============== ====== =====
ElGamal 256 Deprecated for Router Identities as of 0.9.58; discouraged for Destinations ElGamal 256 Deprecated for Router Identities as of 0.9.58; use for Destinations, as the public key field is unused there; discouraged for leasesets
P256 32 TBD Reserved, see proposal 145 P256 32 TBD Reserved, see proposal 145
P384 48 TBD Reserved, see proposal 145 P384 48 TBD Reserved, see proposal 145
P521 66 TBD Reserved, see proposal 145 P521 66 TBD Reserved, see proposal 145
...@@ -422,7 +422,7 @@ The defined Signing Public Key types are: ...@@ -422,7 +422,7 @@ The defined Signing Public Key types are:
====================== =========== ======================= ====== ===== ====================== =========== ======================= ====== =====
Type Type Code Total Public Key Length Since Usage Type Type Code Total Public Key Length Since Usage
====================== =========== ======================= ====== ===== ====================== =========== ======================= ====== =====
DSA_SHA1 0 128 0.9.12 Deprecated for Router Identities as of 0.9.58; discouraged for Destinations, never explicitly set DSA_SHA1 0 128 0.9.12 Deprecated for Router Identities as of 0.9.58; discouraged for Destinations
ECDSA_SHA256_P256 1 64 0.9.12 Older Destinations ECDSA_SHA256_P256 1 64 0.9.12 Older Destinations
ECDSA_SHA384_P384 2 96 0.9.12 Rarely if ever used for Destinations ECDSA_SHA384_P384 2 96 0.9.12 Rarely if ever used for Destinations
ECDSA_SHA512_P521 3 132 0.9.12 Rarely if ever used for Destinations ECDSA_SHA512_P521 3 132 0.9.12 Rarely if ever used for Destinations
...@@ -443,7 +443,7 @@ The defined Crypto Public Key types are: ...@@ -443,7 +443,7 @@ The defined Crypto Public Key types are:
======== =========== ======================= ===== ======== =========== ======================= =====
Type Type Code Total Public Key Length Usage Type Type Code Total Public Key Length Usage
======== =========== ======================= ===== ======== =========== ======================= =====
ElGamal 0 256 Deprecated for Router Identities as of 0.9.58; discouraged for Destinations, never explicitly set ElGamal 0 256 Deprecated for Router Identities as of 0.9.58; use for Destinations, as the public key field is unused there
P256 1 64 Reserved, see proposal 145 P256 1 64 Reserved, see proposal 145
P384 2 96 Reserved, see proposal 145 P384 2 96 Reserved, see proposal 145
P521 3 132 Reserved, see proposal 145 P521 3 132 Reserved, see proposal 145
......
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