Add Varsig Multiformat (#322)

* Add varsig

* Change name of previously used 0xd000

* Update table.csv

Co-authored-by: Rod Vagg <rod@vagg.org>

* Fix spacing

---------

Co-authored-by: Rod Vagg <rod@vagg.org>
This commit is contained in:
Brooklyn Zelenka 2023-05-16 21:51:57 -07:00 committed by GitHub
parent 582f6a8e1f
commit df81972d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ multicodec, multiformat, 0x30, draft,
multihash, multiformat, 0x31, draft,
multiaddr, multiformat, 0x32, draft,
multibase, multiformat, 0x33, draft,
varsig, multiformat, 0x34, draft, Variable signature (varsig) multiformat
dns, multiaddr, 0x35, permanent,
dns4, multiaddr, 0x36, permanent,
dns6, multiaddr, 0x37, permanent,
@ -506,7 +507,7 @@ ssz-sha2-256-bmt, multihash, 0xb502, draft, SSZ
json-jcs, ipld, 0xb601, draft, The result of canonicalizing an input according to JCS - JSON Canonicalisation Scheme (RFC 8785)
iscc, softhash, 0xcc01, draft, ISCC (International Standard Content Code) - similarity preserving hash
zeroxcert-imprint-256, zeroxcert, 0xce11, draft, 0xcert Asset Imprint (root hash)
varsig, varsig, 0xd000, draft, Namespace for all not yet standard signature algorithms
nonstandard-sig, varsig, 0xd000, deprecated, Namespace for all not yet standard signature algorithms
es256k, varsig, 0xd0e7, draft, ES256K Siganture Algorithm (secp256k1)
bls-12381-g1-sig, varsig, 0xd0ea, draft, G1 signature for BLS-12381-G2
bls-12381-g2-sig, varsig, 0xd0eb, draft, G2 signature for BLS-12381-G1

1 name tag code status description
31 multihash multiformat 0x31 draft
32 multiaddr multiformat 0x32 draft
33 multibase multiformat 0x33 draft
34 varsig multiformat 0x34 draft Variable signature (varsig) multiformat
35 dns multiaddr 0x35 permanent
36 dns4 multiaddr 0x36 permanent
37 dns6 multiaddr 0x37 permanent
507 json-jcs ipld 0xb601 draft The result of canonicalizing an input according to JCS - JSON Canonicalisation Scheme (RFC 8785)
508 iscc softhash 0xcc01 draft ISCC (International Standard Content Code) - similarity preserving hash
509 zeroxcert-imprint-256 zeroxcert 0xce11 draft 0xcert Asset Imprint (root hash)
510 varsig nonstandard-sig varsig 0xd000 draft deprecated Namespace for all not yet standard signature algorithms
511 es256k varsig 0xd0e7 draft ES256K Siganture Algorithm (secp256k1)
512 bls-12381-g1-sig varsig 0xd0ea draft G1 signature for BLS-12381-G2
513 bls-12381-g2-sig varsig 0xd0eb draft G2 signature for BLS-12381-G1