hashes: Hash functions

[ data, library, mit ] [ Propose Tags ]

Efficient implementation of non-cryptographic hash functions


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.2.2.0, 0.2.2.1, 0.2.3
Change log CHANGELOG.md
Dependencies base (>=4.11 && <5), bytestring (>=0.10) [details]
License MIT
Copyright Copyright (c) 2019-2021 Lars Kuhtz <lakuhtz@gmail.com>
Author Lars Kuhtz
Maintainer lakuhtz@gmail.com
Category Data
Home page https://github.com/larskuhtz/hs-hashes
Bug tracker https://github.com/larskuhtz/hs-hashes/issues
Source repo head: git clone https://github.com/larskuhtz/hs-hashes.git
Uploaded by larsk at 2021-09-30T17:53:50Z
Distributions NixOS:0.2.3
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1479 total (33 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-09-30 [all 1 reports]

Readme for hashes-0.1.0.1

[back to package description]

Haskell implementation of various non-cryptographic hash functions.

The current version includes

  • SipHash
  • FNV1 (64 bit and 32 bit)
  • FNV1a (64 bit and 32 bit)