SabreTools.Hashing 1.2.0

dotnet add package SabreTools.Hashing --version 1.2.0
NuGet\Install-Package SabreTools.Hashing -Version 1.2.0
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="SabreTools.Hashing" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SabreTools.Hashing --version 1.2.0
#r "nuget: SabreTools.Hashing, 1.2.0"
#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 SabreTools.Hashing as a Cake Addin
#addin nuget:?package=SabreTools.Hashing&version=1.2.0

// Install SabreTools.Hashing as a Cake Tool
#tool nuget:?package=SabreTools.Hashing&version=1.2.0

SabreTools.Hashing

This library comprises of methods and helpers to simplify the process of getting checksums and hashes from both files and streams. See the following table for information about where each of the various components comes from:

Source Hash / Checksum Types Notes
Aaru.Checksums Adler-32, CRC-16 (CCITT and IBM polynomials), CRC-32, CRC-64 (Normal and Reversed Polynomials), Fletcher-16, Fletcher-32, SpamSum Some code tweaks made to support older .NET versions, CRC-32 implementation used in net20, net35, net40, and net452
Blake3.NET BLAKE3 Used in net7.0 and above
Compress N/A Used for threaded hashing
CRC32 CRC-32 (Multiple implementations)
System.IO.Hashing CRC-32, CRC-64 (Normal Polynomial), xxHash32, xxHash64, XXH3, XXH128 Used in net462 and above
System.Security.Cryptography MD5, RIPEMD160 (.NET Framework only), SHA-1, SHA-256, SHA-384, SHA-512, SHA3-256, SHA3-384, SHA3-512, SHAKE128, SHAKE256 Built-in library; SHA3-256, SHA3-384, SHA3-512, SHAKE128, and SHAKE256 are net8.0 and above only for supported platforms

Find the link to the Nuget package here.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 is compatible.  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. 
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 is compatible.  net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on SabreTools.Hashing:

Package Downloads
WiseUnpacker

Wise installer unpacker based on E_WISE and HWUN

SabreTools.Serialization

Serialization and deserialization helpers for various types

LibIRD

Library for ISO Rebuild Data

BinaryObjectScanner

Protection scanning library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 2,386 3/25/2024
1.1.4 1,749 3/6/2024
1.1.3 224 3/5/2024
1.1.2 240 3/5/2024