hash: Hashing tools

[ bsd3, data, hash, library ] [ Propose Tags ]

Hashing tools


[Skip to Readme]

Modules

[Index]

  • Data
    • Hash
      • Data.Hash.CRC32
      • Data.Hash.Double
      • Data.Hash.Rolling
    • Hashable
      • Data.Hashable.Extras

Flags

Manual Flags

NameDescriptionDefault
test-doctestsEnabled
lib-werrorDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.2, 0.2.0.1
Change log CHANGELOG.markdown
Dependencies base (>=4.3 && <5), bifunctors (>=3.2 && <4), bytestring (>=0.9 && <0.11), data-default (>=0.5 && <0.7), generic-deriving (>=1.4 && <1.5), hashable (>=1.1.2.3 && <1.2.5), lens (>=3.8 && <4), transformers (>=0.2 && <0.4) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by HerbertValerioRiedel at 2018-08-29T21:27:17Z
Category Data, Hash
Home page http://github.com/analytics/hash/
Bug tracker http://github.com/analytics/hash/issues
Source repo head: git clone git://github.com/analytics/hash.git
Uploaded by EdwardKmett at 2013-03-21T23:31:54Z
Distributions
Reverse Dependencies 2 direct, 124 indirect [details]
Downloads 4357 total (13 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hash-0.1

[back to package description]

hash

Build Status

This package provides a bunch of hashing machinery.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett