Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 9a5706e

Browse files
authored
Update README.md
Add Blake3 information to README
1 parent b1f7f11 commit 9a5706e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Status
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

0 commit comments

Comments
 (0)