Update table.csv (fix order of x25519-pub entry).

Co-Authored-By: Dave Longley <dlongley@digitalbazaar.com>
This commit is contained in:
Dmitri Zagidulin 2020-03-09 11:28:11 -04:00 committed by GitHub
parent dfa6b42776
commit 2497c44928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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

1 name tag code description
72 ipns-ns namespace 0xe5 IPNS path
73 zeronet namespace 0xe6 ZeroNet site address
74 secp256k1-pub key 0xe7 Secp256k1 public key
ed25519-pub key 0xed Ed25519 public key
75 x25519-pub key 0xec Curve25519 public key
76 ed25519-pub key 0xed Ed25519 public key
77 dash-block ipld 0xf0 Dash Block
78 dash-tx ipld 0xf1 Dash Tx
79 swarm-manifest ipld 0xfa Swarm Manifest