Skip to content

Commit 1744eb6

Browse files
rvagghacdias
authored andcommitted
feat: update table with lots of new entries
1 parent a3811fb commit 1744eb6

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

src/base-table.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"keccak-256": 27,
1616
"keccak-384": 28,
1717
"keccak-512": 29,
18+
"blake3": 30,
1819
"dccp": 33,
1920
"murmur3-128": 34,
2021
"murmur3-32": 35,
@@ -58,6 +59,7 @@
5859
"eth-storage-trie": 152,
5960
"bitcoin-block": 176,
6061
"bitcoin-tx": 177,
62+
"bitcoin-witness-commitment": 178,
6163
"zcash-block": 192,
6264
"zcash-tx": 193,
6365
"stellar-block": 208,
@@ -72,6 +74,10 @@
7274
"swarm-ns": 228,
7375
"ipns-ns": 229,
7476
"zeronet": 230,
77+
"secp256k1-pub": 231,
78+
"bls12_381-g1-pub": 234,
79+
"bls12_381-g2-pub": 235,
80+
"x25519-pub": 236,
7581
"ed25519-pub": 237,
7682
"dash-block": 240,
7783
"dash-tx": 241,
@@ -102,7 +108,13 @@
102108
"json": 512,
103109
"messagepack": 513,
104110
"libp2p-peer-record": 769,
111+
"sha2-256-trunc254-padded": 4114,
112+
"ripemd-128": 4178,
113+
"ripemd-160": 4179,
114+
"ripemd-256": 4180,
115+
"ripemd-320": 4181,
105116
"x11": 4352,
117+
"sm3-256": 21325,
106118
"blake2b-8": 45569,
107119
"blake2b-16": 45570,
108120
"blake2b-24": 45571,
@@ -423,10 +435,15 @@
423435
"skein1024-1008": 46046,
424436
"skein1024-1016": 46047,
425437
"skein1024-1024": 46048,
438+
"poseidon-bls12_381-a2-fc1": 46081,
439+
"poseidon-bls12_381-a2-fc1-sc": 46082,
440+
"zeroxcert-imprint-256": 52753,
441+
"fil-commitment-unsealed": 61697,
442+
"fil-commitment-sealed": 61698,
426443
"holochain-adr-v0": 8417572,
427444
"holochain-adr-v1": 8483108,
428445
"holochain-key-v0": 9728292,
429446
"holochain-key-v1": 9793828,
430447
"holochain-sig-v0": 10645796,
431448
"holochain-sig-v1": 10711332
432-
}
449+
}

0 commit comments

Comments
 (0)