From c52db79a77ba899cdc054c0e45d7af3522c52f4c Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 22 Apr 2017 22:11:10 +0100 Subject: [PATCH 1/2] Add ed25519 public key codec See https://github.com/ipfs/notes/issues/241#issuecomment-296392217 I suggest using the code `0xed` so that's it's visually obvious and easy to remember it's associated with ed25519. --- table.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/table.csv b/table.csv index 1adf31ba..64e02c2d 100644 --- a/table.csv +++ b/table.csv @@ -200,3 +200,4 @@ stellar-tx, Stellar Tx, 0xd1 torrent-info, Torrent file info field (bencoded), 0x7b torrent-file, Torrent file (bencoded), 0x7c +ed25519, Ed25519 public key, 0xed From 0507c17aa7f64574cfcd24f5f9a49395a6aac675 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 24 Apr 2017 14:41:29 +0100 Subject: [PATCH 2/2] Clarify ed25519-pub name --- table.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table.csv b/table.csv index 64e02c2d..df2e091b 100644 --- a/table.csv +++ b/table.csv @@ -200,4 +200,4 @@ stellar-tx, Stellar Tx, 0xd1 torrent-info, Torrent file info field (bencoded), 0x7b torrent-file, Torrent file (bencoded), 0x7c -ed25519, Ed25519 public key, 0xed +ed25519-pub, Ed25519 public key, 0xed