Merge pull request #144 from dmitrizagidulin/x25519-pub

Add X25519 (Curve25519) pub key support
This commit is contained in:
Steven Allen 2020-03-09 11:03:11 -07:00 committed by GitHub
commit bb0f8b2bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ 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
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

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