name:                 cryptohash-md5
version:              0.11.101.0
visibility:           public
id:                   cryptohash-md5-0.11.101.0-9N1tgzCurY9BgfAxFuOW4a
key:                  cryptohash-md5-0.11.101.0-9N1tgzCurY9BgfAxFuOW4a
license:              BSD-3-Clause
copyright:            Vincent Hanquez, Herbert Valerio Riedel
maintainer:           Herbert Valerio Riedel <hvr@gnu.org>
homepage:             https://github.com/hvr/cryptohash-md5
synopsis:             Fast, pure and practical MD5 implementation
description:
    A practical incremental and one-pass, pure API to the
    <https://en.wikipedia.org/wiki/MD5 MD5 hash algorithm>
    (including <https://en.wikipedia.org/wiki/HMAC HMAC> support)
    with performance close to the fastest implementations available in other languages.

    The implementation is made in C with a haskell FFI wrapper that hides the C implementation.

    NOTE: This package has been forked off @cryptohash-0.11.7@ because the @cryptohash@ package
    has been deprecated and so this package continues to satisfy the need for a lightweight package
    providing the MD5 hash algorithm without any dependencies on packages other than
    @base@ and @bytestring@.

    Consequently, this package can be used as a drop-in replacement for @cryptohash@'s
    "Crypto.Hash.MD5" module, though with a clearly smaller footprint.

category:             Data, Cryptography
abi:                  ed53c9dd938cbe2debfdeab883af357a
exposed:              True
exposed-modules:      Crypto.Hash.MD5
hidden-modules:       Crypto.Hash.MD5.FFI Compat
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/cryptohash-md5-0.11.101.0-9N1tgzCurY9BgfAxFuOW4a

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/cryptohash-md5-0.11.101.0-9N1tgzCurY9BgfAxFuOW4a

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/cryptohash-md5-0.11.101.0-9N1tgzCurY9BgfAxFuOW4a

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/cryptohash-md5-0.11.101.0

hs-libraries:         HScryptohash-md5-0.11.101.0-9N1tgzCurY9BgfAxFuOW4a
depends:              base-4.20.0.0-inplace bytestring-0.12.1.0-inplace
haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/cryptohash-md5-0.11.101.0/html/cryptohash-md5.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/cryptohash-md5-0.11.101.0/html
