digest-0.0.1.2

Synopsis

Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now.

Description

This package provides efficient cryptographic hash implementations for strict and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are implemented as FFI bindings to efficient code from zlib.

Author

Eugene Kirpichov <ekirpichov@gmail.com>

Maintainer

Eugene Kirpichov <ekirpichov@gmail.com>

License

BSD3

Source
Timestamp

Revisions

None

Dependencies
library digest:
  • ["base <5"]

if os(windows)

  • zlib

if !flag(bytestring-in-base)

  • base <2.0 || >=2.2
  • bytestring >=0.9

if flag(bytestring-in-base)

  • base >=2.0 && <2.2
executable trivial:
  • ["digest","base"]
test-suite test:
  • ["base","bytestring","digest"]