From dfa6b4277648c0feb43f25ac73b65cb219defc8f Mon Sep 17 00:00:00 2001 From: Dmitri Zagidulin Date: Tue, 6 Aug 2019 12:07:26 -0400 Subject: [PATCH 1/2] Add X25519 (Curve25519) pub key support --- table.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/table.csv b/table.csv index ab424ce..25f3050 100644 --- a/table.csv +++ b/table.csv @@ -73,6 +73,7 @@ ipns-ns, namespace, 0xe5, IPNS path zeronet, namespace, 0xe6, ZeroNet site address secp256k1-pub, key, 0xe7, Secp256k1 public key ed25519-pub, key, 0xed, Ed25519 public key +x25519-pub, key, 0xec, Curve25519 public key dash-block, ipld, 0xf0, Dash Block dash-tx, ipld, 0xf1, Dash Tx swarm-manifest, ipld, 0xfa, Swarm Manifest From 2497c4492865e46f1872f62172cb24f7946633d8 Mon Sep 17 00:00:00 2001 From: Dmitri Zagidulin Date: Mon, 9 Mar 2020 11:28:11 -0400 Subject: [PATCH 2/2] Update table.csv (fix order of x25519-pub entry). Co-Authored-By: Dave Longley --- table.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table.csv b/table.csv index 25f3050..221bfce 100644 --- a/table.csv +++ b/table.csv @@ -72,8 +72,8 @@ swarm-ns, namespace, 0xe4, Swarm path ipns-ns, namespace, 0xe5, IPNS path zeronet, namespace, 0xe6, ZeroNet site address secp256k1-pub, key, 0xe7, Secp256k1 public key -ed25519-pub, key, 0xed, Ed25519 public key x25519-pub, key, 0xec, Curve25519 public key +ed25519-pub, key, 0xed, Ed25519 public key dash-block, ipld, 0xf0, Dash Block dash-tx, ipld, 0xf1, Dash Tx swarm-manifest, ipld, 0xfa, Swarm Manifest