feat: add bls g1 and g2 public key concatenated identifier (#185)

This commit is contained in:
Tobias Looker 2020-09-17 22:10:25 +12:00 committed by GitHub
parent 28f7ad5fbe
commit 58a305d0a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ bls12_381-g1-pub, key, 0xea, BLS12-381 public
bls12_381-g2-pub, key, 0xeb, BLS12-381 public key in the G2 field
x25519-pub, key, 0xec, Curve25519 public key
ed25519-pub, key, 0xed, Ed25519 public key
bls12_381-g1g2-pub, key, 0xee, BLS12-381 concatenated public keys in both the G1 and G2 fields
dash-block, ipld, 0xf0, Dash Block
dash-tx, ipld, 0xf1, Dash Tx
swarm-manifest, ipld, 0xfa, Swarm Manifest

1 name tag code description
82 bls12_381-g2-pub key 0xeb BLS12-381 public key in the G2 field
83 x25519-pub key 0xec Curve25519 public key
84 ed25519-pub key 0xed Ed25519 public key
85 bls12_381-g1g2-pub key 0xee BLS12-381 concatenated public keys in both the G1 and G2 fields
86 dash-block ipld 0xf0 Dash Block
87 dash-tx ipld 0xf1 Dash Tx
88 swarm-manifest ipld 0xfa Swarm Manifest