Provides efficient cryptographic hash implementations for strict and lazy bytestrings https://hackage.haskell.org/package/digest
Go to file
2024-01-05 22:49:04 +01:00
ghc-digest.spec package created by silvan using the webbuild interface [release 0.0.1.2-1mamba;Sun Sep 08 2013] 2024-01-05 22:49:04 +01:00
README.md package created by silvan using the webbuild interface [release 0.0.1.2-1mamba;Sun Sep 08 2013] 2024-01-05 22:49:04 +01:00

ghc-digest

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.