Add secp256k1 private key (#210)

This commit is contained in:
Orie Steele 2021-05-11 18:43:25 -05:00 committed by GitHub
parent 024b50a83d
commit 5d444039bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ swarm-ns, namespace, 0xe4, draft, Swarm
ipns-ns, namespace, 0xe5, draft, IPNS path
zeronet, namespace, 0xe6, draft, ZeroNet site address
secp256k1-pub, key, 0xe7, draft, Secp256k1 public key
secp256k1-priv, key, 0x1301, draft, Secp256k1 private key
bls12_381-g1-pub, key, 0xea, draft, BLS12-381 public key in the G1 field
bls12_381-g2-pub, key, 0xeb, draft, BLS12-381 public key in the G2 field
x25519-pub, key, 0xec, draft, Curve25519 public key

1 name tag code status description
79 ipns-ns namespace 0xe5 draft IPNS path
80 zeronet namespace 0xe6 draft ZeroNet site address
81 secp256k1-pub key 0xe7 draft Secp256k1 public key
82 secp256k1-priv key 0x1301 draft Secp256k1 private key
83 bls12_381-g1-pub key 0xea draft BLS12-381 public key in the G1 field
84 bls12_381-g2-pub key 0xeb draft BLS12-381 public key in the G2 field
85 x25519-pub key 0xec draft Curve25519 public key