Skip to content

Commit 2663265

Browse files
j2ghzrvagg
andauthored
Add xxHash (#301)
* Add xxHash https://github.com/Cyan4973/xxHash/ * Update table.csv Co-authored-by: Rod Vagg <[email protected]> * Update xxhash description Re-use the description from https://github.com/Cyan4973/xxHash Co-authored-by: Rod Vagg <[email protected]>
1 parent a40d03e commit 2663265

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

table.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,10 @@ skein1024-1000, multihash, 0xb3dd, draft,
485485
skein1024-1008, multihash, 0xb3de, draft,
486486
skein1024-1016, multihash, 0xb3df, draft,
487487
skein1024-1024, multihash, 0xb3e0, draft,
488+
xxh-32, hash, 0xb3e1, draft, Extremely fast non-cryptographic hash algorithm
489+
xxh-64, hash, 0xb3e2, draft, Extremely fast non-cryptographic hash algorithm
490+
xxh3-64, hash, 0xb3e3, draft, Extremely fast non-cryptographic hash algorithm
491+
xxh3-128, hash, 0xb3e4, draft, Extremely fast non-cryptographic hash algorithm
488492
poseidon-bls12_381-a2-fc1, multihash, 0xb401, permanent, Poseidon using BLS12-381 and arity of 2 with Filecoin parameters
489493
poseidon-bls12_381-a2-fc1-sc, multihash, 0xb402, draft, Poseidon using BLS12-381 and arity of 2 with Filecoin parameters - high-security variant
490494
urdca-2015-canon, ipld, 0xb403, draft, The result of canonicalizing an input according to URDCA-2015 and then expressing its hash value as a multihash value.

0 commit comments

Comments
 (0)