@cardano digest0.0.2.1.0.0.0.1
CRC32 and Adler32 hashes for bytestrings
Categories
License
BSD-2-Clause
Maintainer
Eugene Kirpichov <ekirpichov@gmail.com>
Links
Versions
- 0.0.2.1.0.0.0.1 Tue, 16 Sep 2025
Installation
Tested Compilers
Dependencies (3)
- base >=4.12 && <5
- bytestring >=0.10 && <0.13
- zlib-clib <2 Show all…
Dependents (4)
@cardano/ouroboros-consensus, @cardano/cardano-ledger-byron, @cardano/cardano-addresses, @cardano/fs-api
Package Flags
pkg-config
(on by default)
Use pkg-config(1) to locate zlib library.
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.