Crc32.NET
1.2.0
dotnet add package Crc32.NET --version 1.2.0
NuGet\Install-Package Crc32.NET -Version 1.2.0
<PackageReference Include="Crc32.NET" Version="1.2.0" />
paket add Crc32.NET --version 1.2.0
#r "nuget: Crc32.NET, 1.2.0"
// 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 |
-
.NETFramework 2.0
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.0)
-
.NETStandard 2.0
- NETStandard.Library (>= 2.0.0)
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 (23)
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
|
|
BrianLima/UWPHook
🔗 Add your Windows Store or UWP games to Steam
|
|
LeagueSandbox/GameServer
League Sandbox's Game Server
|
Added helper methods for computing and validating Crc32 (can be convenient sometimes)
Added support for .NET Standard 2.0