![]() |
VOOZH | about |
dotnet add package Soenneker.Utils.SHA3 --version 4.0.1449
NuGet\Install-Package Soenneker.Utils.SHA3 -Version 4.0.1449
<PackageReference Include="Soenneker.Utils.SHA3" Version="4.0.1449" />
<PackageVersion Include="Soenneker.Utils.SHA3" Version="4.0.1449" />Directory.Packages.props
<PackageReference Include="Soenneker.Utils.SHA3" />Project file
paket add Soenneker.Utils.SHA3 --version 4.0.1449
#r "nuget: Soenneker.Utils.SHA3, 4.0.1449"
#:package Soenneker.Utils.SHA3@4.0.1449
#addin nuget:?package=Soenneker.Utils.SHA3&version=4.0.1449Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.SHA3&version=4.0.1449Install as a Cake Tool
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
Providing methods for computing SHA3 hashes for strings and files. It supports hardware-accelerated hashing and has software fallbacks for non-hardware environments.
dotnet add package Soenneker.Utils.SHA3
services.AddSha3UtilAsScoped();
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 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.1469 | 98 | 6/20/2026 |
| 4.0.1468 | 100 | 6/20/2026 |
| 4.0.1467 | 102 | 6/19/2026 |
| 4.0.1466 | 97 | 6/19/2026 |
| 4.0.1465 | 95 | 6/19/2026 |
| 4.0.1464 | 99 | 6/18/2026 |
| 4.0.1463 | 92 | 6/18/2026 |
| 4.0.1462 | 99 | 6/17/2026 |
| 4.0.1461 | 104 | 6/10/2026 |
| 4.0.1460 | 101 | 6/10/2026 |
| 4.0.1459 | 100 | 6/10/2026 |
| 4.0.1458 | 103 | 6/9/2026 |
| 4.0.1457 | 108 | 6/7/2026 |
| 4.0.1456 | 105 | 6/6/2026 |
| 4.0.1455 | 105 | 6/6/2026 |
| 4.0.1454 | 97 | 6/6/2026 |
| 4.0.1453 | 99 | 6/6/2026 |
| 4.0.1452 | 100 | 6/5/2026 |
| 4.0.1451 | 114 | 6/5/2026 |
| 4.0.1449 | 115 | 5/13/2026 |
Update dependency Soenneker.Utils.Directory to 4.0.855 (#1916)