Evo.Keccak 21.0.111.11

dotnet add package Evo.Keccak --version 21.0.111.11
NuGet\Install-Package Evo.Keccak -Version 21.0.111.11
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Evo.Keccak" Version="21.0.111.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Evo.Keccak --version 21.0.111.11
#r "nuget: Evo.Keccak, 21.0.111.11"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Evo.Keccak as a Cake Addin
#addin nuget:?package=Evo.Keccak&version=21.0.111.11

// Install Evo.Keccak as a Cake Tool
#tool nuget:?package=Evo.Keccak&version=21.0.111.11

A implementation of an Kecck-f[1600] algorithm for .NET 5.0

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
21.0.111.11 1,068 1/11/2021
21.0.111.10 327 1/11/2021
21.0.111.9 334 1/11/2021
21.0.111.8 334 1/11/2021
21.0.101.1 413 1/1/2021

Please see the github repository for usage information and for many useful Keccak literature links.  

Additional notes about the algorithms implementation are located within the source files.  Less performant teaching implementations, with comments, are included.  Developers are encouraged to examine them in the source code when learning the Keccak algorithm.  
   
The package's code was written by Evobolics Digital, LLC, which was orginally forked from the Meadow under the MIT license.