Merge pull request #144 from dmitrizagidulin/x25519-pub
Add X25519 (Curve25519) pub key support
This commit is contained in:
commit
bb0f8b2bb9
|
@ -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
|
||||
|
|
|
Loading…
Reference in New Issue