From 266326527889e40f47300c9117bc046e883b633c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Holl=C3=BD?= <1708197+j2ghz@users.noreply.github.com> Date: Wed, 4 Jan 2023 00:32:52 +0100 Subject: [PATCH] Add xxHash (#301) * Add xxHash https://github.com/Cyan4973/xxHash/ * Update table.csv Co-authored-by: Rod Vagg * Update xxhash description Re-use the description from https://github.com/Cyan4973/xxHash Co-authored-by: Rod Vagg --- table.csv | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/table.csv b/table.csv index 37b035e..da587a5 100644 --- a/table.csv +++ b/table.csv @@ -485,6 +485,10 @@ skein1024-1000, multihash, 0xb3dd, draft, skein1024-1008, multihash, 0xb3de, draft, skein1024-1016, multihash, 0xb3df, draft, skein1024-1024, multihash, 0xb3e0, draft, +xxh-32, hash, 0xb3e1, draft, Extremely fast non-cryptographic hash algorithm +xxh-64, hash, 0xb3e2, draft, Extremely fast non-cryptographic hash algorithm +xxh3-64, hash, 0xb3e3, draft, Extremely fast non-cryptographic hash algorithm +xxh3-128, hash, 0xb3e4, draft, Extremely fast non-cryptographic hash algorithm poseidon-bls12_381-a2-fc1, multihash, 0xb401, permanent, Poseidon using BLS12-381 and arity of 2 with Filecoin parameters poseidon-bls12_381-a2-fc1-sc, multihash, 0xb402, draft, Poseidon using BLS12-381 and arity of 2 with Filecoin parameters - high-security variant 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.