.NET Standard implementation of the Blake3 hashing algorithm exposed as a standard .NET HashAlgorithm.
Info
Version: | 0.1.0 |
Author(s): | code.herder |
Last Update: | Sunday, June 21, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/azureskydiver/Blake3Core |
NuGet Url: | https://www.nuget.org/packages/Blake3Core |
Install
Install-Package Blake3Core
dotnet add package Blake3Core
paket add Blake3Core
Blake3Core Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Runtime.CompilerServices.Unsafe(>= 4.7.1)