BlakeSharpNG 0.1.0
See the version list below for details.
dotnet add package BlakeSharpNG --version 0.1.0
NuGet\Install-Package BlakeSharpNG -Version 0.1.0
<PackageReference Include="BlakeSharpNG" Version="0.1.0" />
paket add BlakeSharpNG --version 0.1.0
#r "nuget: BlakeSharpNG, 0.1.0"
// Install BlakeSharpNG as a Cake Addin #addin nuget:?package=BlakeSharpNG&version=0.1.0 // Install BlakeSharpNG as a Cake Tool #tool nuget:?package=BlakeSharpNG&version=0.1.0
BlakeSharpNG
This project is a C# implementation of original Blake. BLAKE is a cryptographic hash function based on Daniel J. Bernstein's ChaCha stream cipher, but a permuted copy of the input block. BLAKE was submitted to the NIST hash function competition as a proposal for next SHA-3 algorithm.
Public Classes
Classes Blake256
& Blake512
implement standard System.Security.Cryptography.HashAlgorithm
.
Example
using var algo = new Blake256();
var hash = algo.ComputeHash("Hello, world");
var hashString = string.Concat(hash.Select(t => t.ToString("x2")));
Console.WriteLine(hashString);
License
Licensed under the Code Project Open License 1.02.
Author is Dominik Reichl dominik.reichl@t-online.de, who is also the creator of KeePass. Source code used with his explicit permission.
Origin source code comes from
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BlakeSharpNG:
Package | Downloads |
---|---|
PedersenHashNet
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.