Add xxHash (#301)

* Add xxHash

https://github.com/Cyan4973/xxHash/

* Update table.csv

Co-authored-by: Rod Vagg <rod@vagg.org>

* Update xxhash description

Re-use the description from https://github.com/Cyan4973/xxHash

Co-authored-by: Rod Vagg <rod@vagg.org>
This commit is contained in:
Jozef Hollý 2023-01-04 00:32:52 +01:00 committed by GitHub
parent a40d03e404
commit 2663265278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.

1 name tag code status description
485 skein1024-1008 multihash 0xb3de draft
486 skein1024-1016 multihash 0xb3df draft
487 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
492 poseidon-bls12_381-a2-fc1 multihash 0xb401 permanent Poseidon using BLS12-381 and arity of 2 with Filecoin parameters
493 poseidon-bls12_381-a2-fc1-sc multihash 0xb402 draft Poseidon using BLS12-381 and arity of 2 with Filecoin parameters - high-security variant
494 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.