Implements SHA-3, as defined in NIST FIPS 202, including the general KECCAK algorithm and the SHAKE128, SHAKE256, RawSHAKE128 and RawSHAKE256 XOF functions.
Info
| Version: | 1.2.1 |
| Author(s): | Peter Waher |
| Last Update: | Monday, August 11, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/PeterWaher/IoTGateway/tree/master/Security/Waher.Security.SHA3 |
| NuGet Url: | https://www.nuget.org/packages/Waher.Security.SHA3 |
Install
Install-Package Waher.Security.SHA3
dotnet add package Waher.Security.SHA3
paket add Waher.Security.SHA3
Waher.Security.SHA3 Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags