Skip to content

Commit d60499c

Browse files
authored
Added ED2K hash and BitTorrent-v2 pieces hash (#375)
1 parent 3bc7f4c commit d60499c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

table.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ ssz, serialization, 0xb501, draft, Simp
546546
ssz-sha2-256-bmt, multihash, 0xb502, draft, SSZ Merkle tree root using SHA2-256 as the hashing function and SSZ serialization for the block binary
547547
sha2-256-chunked, multihash, 0xb510, draft, Hash of concatenated SHA2-256 digests of 8*2^n MiB source chunks; n = ceil(log2(source_size/(10^4 * 8MiB)))
548548
json-jcs, ipld, 0xb601, draft, The result of canonicalizing an input according to JCS - JSON Canonicalisation Scheme (RFC 8785)
549+
bittorrent-pieces-root, multihash, 0xb702, draft, BitTorrent v2 pieces root hash.
549550
iscc, softhash, 0xcc01, draft, ISCC (International Standard Content Code) - similarity preserving hash
550551
zeroxcert-imprint-256, zeroxcert, 0xce11, draft, 0xcert Asset Imprint (root hash)
551552
nonstandard-sig, varsig, 0xd000, deprecated, Namespace for all not yet standard signature algorithms
@@ -556,6 +557,7 @@ bls12_381-g2-sig, varsig, 0xd0eb, draft, G2 s
556557
eddsa, varsig, 0xd0ed, draft, Edwards-Curve Digital Signature Algorithm
557558
eip-191, varsig, 0xd191, draft, EIP-191 Ethereum Signed Data Standard
558559
jwk_jcs-pub, key, 0xeb51, draft, JSON object containing only the required members of a JWK (RFC 7518 and RFC 7517) representing the public key. Serialisation based on JCS (RFC 8785)
560+
ed2k, multihash, 0xed20, draft, eDonkey2000 hash.
559561
fil-commitment-unsealed, filecoin, 0xf101, permanent, Filecoin piece or sector data commitment merkle node/root (CommP & CommD)
560562
fil-commitment-sealed, filecoin, 0xf102, permanent, Filecoin sector data commitment merkle node/root - sealed and replicated (CommR)
561563
shelter-contract-manifest, shelter, 0x511e00, draft, Shelter protocol contract manifest

0 commit comments

Comments
 (0)