847e9c51b9
package uses bindings to the optimized C implementation of Skein. There is a high-level interface provided to some of the Skein use cases, and a low-level interface when Skein has to be used in a different way. Currently Skein is supported as cryptographic hash function as Skein as a message authentication code (Skein-MAC). [1] http://www.skein-hash.info/ WWW: http://patch-tag.com/r/felipe/skein Obtained from: FreeBSD Haskell
23 lines
466 B
Makefile
23 lines
466 B
Makefile
# New ports collection makefile for: hs-skein
|
|
# Date created: November 19, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= skein
|
|
PORTVERSION= 0.1.0.5
|
|
CATEGORIES= security haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Skein, a family of cryptographic hash functions
|
|
|
|
LICENSE= BSD
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
USE_CABAL= cereal>=0.3 crypto-api>=0.6 tagged>=0.2
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|