@cardano / digest

CRC32 and Adler32 hashes for bytestrings

Latest0.0.2.1.0.0.0.1

About

Metadata

  • Last updated
  • License BSD-2-Clause
  • Categories Cryptography
  • Maintained by: Eugene Kirpichov <ekirpichov@gmail.com>

Links

Installation

Tested Compilers

  1. 9.8.1
  2. 9.6.3
  3. 9.4.8
  4. 9.2.8
  5. 9.0.2
  6. 8.10.7

Package Flags

Use the -f option with cabal commands to enable flags

    pkg-config (on by default)

    Use pkg-config(1) to locate zlib library.

Readme

This package provides efficient 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.