Soenneker.Utils.SHA3
4.0.1469
Prefix Reserved
dotnet add package Soenneker.Utils.SHA3 --version 4.0.1469
NuGet\Install-Package Soenneker.Utils.SHA3 -Version 4.0.1469
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="Soenneker.Utils.SHA3" Version="4.0.1469" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Utils.SHA3" Version="4.0.1469" />
<PackageReference Include="Soenneker.Utils.SHA3" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Utils.SHA3 --version 4.0.1469
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Utils.SHA3, 4.0.1469"
#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.
#:package Soenneker.Utils.SHA3@4.0.1469
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Utils.SHA3&version=4.0.1469
#tool nuget:?package=Soenneker.Utils.SHA3&version=4.0.1469
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.Utils.SHA3
A utility library for SHA-3 hashing
Providing methods for computing SHA3 hashes for strings and files. It supports hardware-accelerated hashing and has software fallbacks for non-hardware environments.
Installation
dotnet add package Soenneker.Utils.SHA3
Registration
services.AddSha3UtilAsScoped();
Usage
string hash = sha3Util.HashString("example input");
string hash = await sha3Util.HashFile("/path/to/file.txt");
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- BouncyCastle.NetCore (>= 2.2.1)
- Soenneker.Utils.Directory (>= 4.0.875)
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 |
|---|---|---|
| 4.0.1469 | 92 | 6/20/2026 |
| 4.0.1468 | 98 | 6/20/2026 |
| 4.0.1467 | 100 | 6/19/2026 |
| 4.0.1466 | 95 | 6/19/2026 |
| 4.0.1465 | 93 | 6/19/2026 |
| 4.0.1464 | 94 | 6/18/2026 |
| 4.0.1463 | 90 | 6/18/2026 |
| 4.0.1462 | 97 | 6/17/2026 |
| 4.0.1461 | 102 | 6/10/2026 |
| 4.0.1460 | 98 | 6/10/2026 |
| 4.0.1459 | 98 | 6/10/2026 |
| 4.0.1458 | 101 | 6/9/2026 |
| 4.0.1457 | 106 | 6/7/2026 |
| 4.0.1456 | 103 | 6/6/2026 |
| 4.0.1455 | 102 | 6/6/2026 |
| 4.0.1454 | 95 | 6/6/2026 |
| 4.0.1453 | 97 | 6/6/2026 |
| 4.0.1452 | 98 | 6/5/2026 |
| 4.0.1451 | 112 | 6/5/2026 |
| 4.0.1450 | 103 | 6/5/2026 |
Loading failed
Update dependency Soenneker.Utils.Directory to 4.0.875 (#2020)