Skip to content

Commit

Permalink
feat: update table with lots of new entries
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg authored and hacdias committed Jul 21, 2020
1 parent a3811fb commit 1744eb6
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/base-table.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"keccak-256": 27,
"keccak-384": 28,
"keccak-512": 29,
"blake3": 30,
"dccp": 33,
"murmur3-128": 34,
"murmur3-32": 35,
Expand Down Expand Up @@ -58,6 +59,7 @@
"eth-storage-trie": 152,
"bitcoin-block": 176,
"bitcoin-tx": 177,
"bitcoin-witness-commitment": 178,
"zcash-block": 192,
"zcash-tx": 193,
"stellar-block": 208,
Expand All @@ -72,6 +74,10 @@
"swarm-ns": 228,
"ipns-ns": 229,
"zeronet": 230,
"secp256k1-pub": 231,
"bls12_381-g1-pub": 234,
"bls12_381-g2-pub": 235,
"x25519-pub": 236,
"ed25519-pub": 237,
"dash-block": 240,
"dash-tx": 241,
Expand Down Expand Up @@ -102,7 +108,13 @@
"json": 512,
"messagepack": 513,
"libp2p-peer-record": 769,
"sha2-256-trunc254-padded": 4114,
"ripemd-128": 4178,
"ripemd-160": 4179,
"ripemd-256": 4180,
"ripemd-320": 4181,
"x11": 4352,
"sm3-256": 21325,
"blake2b-8": 45569,
"blake2b-16": 45570,
"blake2b-24": 45571,
Expand Down Expand Up @@ -423,10 +435,15 @@
"skein1024-1008": 46046,
"skein1024-1016": 46047,
"skein1024-1024": 46048,
"poseidon-bls12_381-a2-fc1": 46081,
"poseidon-bls12_381-a2-fc1-sc": 46082,
"zeroxcert-imprint-256": 52753,
"fil-commitment-unsealed": 61697,
"fil-commitment-sealed": 61698,
"holochain-adr-v0": 8417572,
"holochain-adr-v1": 8483108,
"holochain-key-v0": 9728292,
"holochain-key-v1": 9793828,
"holochain-sig-v0": 10645796,
"holochain-sig-v1": 10711332
}
}

0 comments on commit 1744eb6

Please sign in to comment.