xxHash.Core
0.3.0
A .NET/.NET Core port of the xxHash algorithm in 32- and 64-bits with both a standalone and streaming interface.
Install-Package xxHash.Core -Version 0.3.0
dotnet add package xxHash.Core --version 0.3.0
<PackageReference Include="xxHash.Core" Version="0.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add xxHash.Core --version 0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: xxHash.Core, 0.3.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install xxHash.Core as a Cake Addin
#addin nuget:?package=xxHash.Core&version=0.3.0
// Install xxHash.Core as a Cake Tool
#tool nuget:?package=xxHash.Core&version=0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Now using the NeoSmart.Hashing framework for .NET 2.0+ and .NET Core.
Dependencies
-
.NETFramework 2.0
- neosmart.hashing (>= 0.1.0)
-
.NETFramework 4.0
- neosmart.hashing (>= 0.1.0)
-
.NETStandard 1.3
- neosmart.hashing (>= 0.1.0)
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages (5)
Showing the top 5 NuGet packages that depend on xxHash.Core:
Package | Downloads |
---|---|
UrlPreview
A library to generate URL previews for friendly URLs, getting the title, thumbnail, and a short description.
|
|
UwpCache
A persistent object cache for your Windows 10 uwp and uap applications.
|
|
LZ4.Frame
LZ4 Frame compress & decompress for .NET based on lz4net.
|
|
RedisDictionary
Redis-backed persistent storage with the NeoSmart.Redis.RDictionary<K, V> class.
|
|
NeoSmart.Web
Extension methods and helper classes specifically for the web. Includes a ScopedMutex, SafeLookup helpers for NameValueCollection, FormCollection, and Dictionary types, and dependency-free implementations of client-side signing for S3 and CloudFront. Email validation, DNS lookup, SEO redirection, URL helpers, DateTime conversion to Unix, referer validation, and more.
|
GitHub repositories
This package is not used by any popular GitHub repositories.