This repository was archived by the owner on Aug 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727| ---------------------------------| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2828| Data.HashFunction.BernsteinHash | [ ![ Version Status] ( https://img.shields.io/nuget/v/Data.HashFunction.BernsteinHash.svg )] ( https://www.nuget.org/packages/Data.HashFunction.BernsteinHash/ ) |
2929| Data.HashFunction.Blake2 | [ ![ Version Status] ( https://img.shields.io/nuget/v/Data.HashFunction.Blake2.svg )] ( https://www.nuget.org/packages/Data.HashFunction.Blake2/ ) |
30+ | Data.HashFunction.Blake3 | [ ![ Version Status] ( https://img.shields.io/nuget/v/Data.HashFunction.Blake3.svg )] ( https://www.nuget.org/packages/Data.HashFunction.Blake3/ ) |
3031| Data.HashFunction.Buzhash | [ ![ Version Status] ( https://img.shields.io/nuget/v/Data.HashFunction.Buzhash.svg )] ( https://www.nuget.org/packages/Data.HashFunction.Buzhash/ ) |
3132| Data.HashFunction.CityHash | [ ![ Version Status] ( https://img.shields.io/nuget/v/Data.HashFunction.CityHash.svg )] ( https://www.nuget.org/packages/Data.HashFunction.CityHash/ ) |
3233| Data.HashFunction.CRC | [ ![ Version Status] ( https://img.shields.io/nuget/v/Data.HashFunction.CRC.svg )] ( https://www.nuget.org/packages/Data.HashFunction.CRC/ ) |
@@ -50,7 +51,9 @@ The following hash functions have been implemented from the most reliable refere
5051 * BernsteinHash - Original
5152 * ModifiedBernsteinHash - Minor update that is said to result in better distribution
5253* [ Blake2] ( https://blake2.net/ )
53- * Blake2b
54+ * Blake2b
55+ * [ Blake3] ( https://en.wikipedia.org/wiki/BLAKE_(hash_function)#BLAKE3 )
56+ * Blake3 (through https://github.com/xoofx/Blake3.NET - does not require the mentioned project)
5457* [ BuzHash] ( http://www.serve.net/buz/hash.adt/java.002.html )
5558 * BuzHashBase - Abstract implementation, there is no authoritative implementation
5659 * DefaultBuzHash - Concrete implementation, uses 256 random 64-bit integers
You can’t perform that action at this time.
0 commit comments