name:                 cryptohash-sha1
version:              0.11.101.0
visibility:           public
id:                   cryptohash-sha1-0.11.101.0-8PXHPvbjaUNBs18PtDNbWV
key:                  cryptohash-sha1-0.11.101.0-8PXHPvbjaUNBs18PtDNbWV
license:              BSD-3-Clause
copyright:            Vincent Hanquez, Herbert Valerio Riedel
maintainer:           Herbert Valerio Riedel <hvr@gnu.org>
homepage:             https://github.com/hvr/cryptohash-sha1
synopsis:             Fast, pure and practical SHA-1 implementation
description:
    A practical incremental and one-pass, pure API to the
    <https://en.wikipedia.org/wiki/SHA-1 SHA-1 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 SHA1 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.SHA1" module, though with a clearly smaller footprint.

category:             Data, Cryptography
abi:                  08aeac5eba7c17bdbfffde8e4a98b4c7
exposed:              True
exposed-modules:      Crypto.Hash.SHA1
hidden-modules:       Crypto.Hash.SHA1.FFI Compat
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/cryptohash-sha1-0.11.101.0-8PXHPvbjaUNBs18PtDNbWV

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/cryptohash-sha1-0.11.101.0-8PXHPvbjaUNBs18PtDNbWV

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/cryptohash-sha1-0.11.101.0-8PXHPvbjaUNBs18PtDNbWV

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

hs-libraries:         HScryptohash-sha1-0.11.101.0-8PXHPvbjaUNBs18PtDNbWV
depends:              base-4.19.1.0-inplace bytestring-0.12.1.0-inplace
haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/cryptohash-sha1-0.11.101.0/html/cryptohash-sha1.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/cryptohash-sha1-0.11.101.0/html
