Not yet wired to the build. ok sthen@, jca@. A practical incremental and one-pass, pure API to the SHA-256 hash algorithm (including 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.
20 lines
389 B
Makefile
20 lines
389 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2017/11/03 14:33:35 kili Exp $
|
|
|
|
# used by cabal-install
|
|
|
|
COMMENT= fast, pure and practical SHA-256 implementation
|
|
|
|
DISTNAME= cryptohash-sha256-0.11.100.1
|
|
CATEGORIES= security
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES= lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = CxymMT87vhE9zOHmyydW84
|
|
|
|
.include <bsd.port.mk>
|