Crc32.NET 1.2.0

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

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

Fast version of Crc32 & Crc32C algorithms for .NET and .NET Core. It is up to 3x-5x times better than other "fast" implemenations. Code based on Crc32C.NET library.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (47)

Showing the top 5 NuGet packages that depend on Crc32.NET:

Package Downloads
Minio

MinIO .NET SDK for Amazon S3 Compatible Cloud Storage.

Bitfinex.Net

Bitfinex.Net is a .Net wrapper for the Bitfinex API. It includes all features the API provides, REST API and Websocket, using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading balances and funds

Apprio.Enablement.Business.Referrals.Telemetry

Package Description

KS

Simulates our future-planned kernel

KrakenExchange.Net

Kraken.Net is a .Net wrapper for the Kraken API. It includes all features the API provides, REST API and Websocket, using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading balances and funds

GitHub repositories (24)

Showing the top 5 popular GitHub repositories that depend on Crc32.NET:

Repository Stars
Ryujinx/Ryujinx
Experimental Nintendo Switch Emulator written in C#
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
Davidobot/BetterJoy
Allows the Nintendo Switch Pro Controller, Joycons and SNES controller to be used with CEMU, Citra, Dolphin, Yuzu and as generic XInput
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
BrianLima/UWPHook
🔗 Add your Windows Store or UWP games to Steam
Version Downloads Last updated
1.2.0 9,836,492 12/7/2017
1.1.0 26,360 7/13/2017
1.0.2 19,546 12/12/2016
1.0.1 2,856 9/24/2016
1.0.0 2,517 6/19/2016

Added helper methods for computing and validating Crc32 (can be convenient sometimes)
Added support for .NET Standard 2.0