![]() |
VOOZH | about |
dotnet add package System.Data.HashFunction.Core --version 2.0.0
NuGet\Install-Package System.Data.HashFunction.Core -Version 2.0.0
<PackageReference Include="System.Data.HashFunction.Core" Version="2.0.0" />
<PackageVersion Include="System.Data.HashFunction.Core" Version="2.0.0" />Directory.Packages.props
<PackageReference Include="System.Data.HashFunction.Core" />Project file
paket add System.Data.HashFunction.Core --version 2.0.0
#r "nuget: System.Data.HashFunction.Core, 2.0.0"
#:package System.Data.HashFunction.Core@2.0.0
#addin nuget:?package=System.Data.HashFunction.Core&version=2.0.0Install as a Cake Addin
#tool nuget:?package=System.Data.HashFunction.Core&version=2.0.0Install as a Cake Tool
C# library to create a common interface to non-cryptographic hash functions (http://en.wikipedia.org/wiki/List_of_hash_functions#Non-cryptographic_hash_functions) and provide implementations of public hash functions. Includes wrapper for HashAlgorithm-based hash functions.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. 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. |
| .NET Core | netcoreapp1.0 netcoreapp1.0 was computed. netcoreapp1.1 netcoreapp1.1 was computed. netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard1.1 netstandard1.1 is compatible. netstandard1.2 netstandard1.2 was computed. netstandard1.3 netstandard1.3 was computed. netstandard1.4 netstandard1.4 was computed. netstandard1.5 netstandard1.5 was computed. netstandard1.6 netstandard1.6 was computed. netstandard2.0 netstandard2.0 was computed. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen30 tizen30 was computed. tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Universal Windows Platform | uap uap was computed. uap10.0 uap10.0 was computed. |
| Windows Phone | wpa81 wpa81 was computed. |
| Windows Store | netcore netcore was computed. netcore45 netcore45 was computed. netcore451 netcore451 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on System.Data.HashFunction.Core:
| Package | Downloads |
|---|---|
|
System.Data.HashFunction.xxHash
Data.HashFunction implementation of xxHash (https://code.google.com/p/xxhash/). |
|
|
System.Data.HashFunction.FNV
Data.HashFunction implementation of Fowler–Noll–Vo hash function (http://www.isthe.com/chongo/tech/comp/fnv/index.html) (http://en.wikipedia.org/wiki/FowlerâNollâVo_hash_function). |
|
|
System.Data.HashFunction.MurmurHash
Data.HashFunction implementation of MurMurHash (https://code.google.com/p/smhasher/wiki/MurmurHash). |
|
|
System.Data.HashFunction.CRC
Data.HashFunction implementation of the cyclic redundancy check (CRC) error-detecting code (http://en.wikipedia.org/wiki/Cyclic_redundancy_check). Implementation is generalized to encompass all possible CRC parameters from 1 to 64 bits. |
|
|
System.Data.HashFunction.CityHash
Data.HashFunction implementation of CityHash (https://code.google.com/p/cityhash/). |
Showing the top 7 popular GitHub repositories that depend on System.Data.HashFunction.Core:
| Repository | Stars |
|---|---|
|
Lunat1q/Catchem-PoGo
Project is DEAD, Discord server: https://discord.me/Catchem
|
|
|
nazuke/SEOMacroscope
SEO Macroscope is a website scanning tool, to check your website for broken links; including some technical SEO functionality, site scraping, Excel reporting, and more.
|
|
|
force-net/Crc32.NET
Fast version of Crc32 algorithm for .NET
|
|
|
SteffenMangold/EntityFrameworkCore.Cacheable
EntityFrameworkCore second level cache
|
|
|
d-haxton/HaxtonBot
Still the fastest.
|
|
|
jamesbrindle/YTMusicUploader
Automatically upload your music library and playlists to YouTube Music .Net Application. Upload songs to YouTube Music and bulk delete music and playlists from YouTube Music. C#.
|
|
|
skyprolk/Clash-Of-SL
Clash of SL Server (CSS) that is the fully free open source clash of clans private server and it is not affiliated to "Supercell , Oy " .
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0 | 19,412,318 | 3/27/2018 |
| 2.0.0-ci-00044 | 5,525 | 3/27/2018 |
| 2.0.0-ci-00043 | 5,616 | 3/26/2018 |
| 2.0.0-ci-00033 | 83,652 | 1/30/2018 |
| 2.0.0-ci-00027 | 129,571 | 9/25/2017 |
| 2.0.0-ci-00012 | 66,804 | 1/21/2017 |
| 1.8.2.2 | 641,326 | 11/20/2015 |
| 1.8.2 | 12,925 | 11/6/2015 |
| 1.8.1 | 58,175 | 9/27/2015 |
| 1.7.1 | 14,479 | 5/13/2015 |
| 1.6.1 | 7,760 | 5/1/2015 |
| 1.5.2 | 21,506 | 11/29/2014 |
| 1.5.1 | 8,557 | 11/3/2014 |
| 1.4.2 | 7,922 | 10/24/2014 |
| 1.4.1 | 7,409 | 10/18/2014 |
| 1.3.1 | 7,551 | 9/2/2014 |
| 1.2.1 | 7,472 | 8/28/2014 |
| 1.1.1 | 7,609 | 8/27/2014 |
| 0.1.2 | 7,283 | 7/28/2014 |
| 0.1.1 | 8,860 | 7/19/2014 |
https://github.com/brandondahler/Data.HashFunction/wiki/Release-Notes
vcs-revision: 12e264fe22f8dd021f07b74c68ee2e036177f8a9