xxhash-ffi: Bindings to the C implementation the xxHash algorithm

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Bindings to the C implementation the xxHash algorithm. xxHash provides 32-bit and 64-bit extremely fast non-cryptographic hash functions.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.1, 0.2.0.0, 0.3
Change log None available
Dependencies base (>=4.7 && <5), bytestring [details]
License BSD-3-Clause
Copyright 2017 Henri Verroken
Author Henri Verroken
Maintainer henriverroken@gmail.com
Category Cryptography
Home page https://github.com/haskell-haskey/xxhash-ffi#readme
Source repo head: git clone https://github.com/hverr/xxhash-ffi
Uploaded by hverr at 2017-08-22T21:45:53Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for xxhash-ffi-0.1.0.1

[back to package description]

xxhash-ffi

Build Status Hackage Stackage Nightly Stackage LTS

Fastest Haskell FFI bindings to the xxHash library. The C implementation is directly taken from xxHash.