Skein (http://www.skein-hash.info/) is a family of fast

secure cryptographic hash functions designed by Niels
Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir
Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker.
This package uses bindings to the optimized C implementation of
Skein.  We provide a high-level interface (see module "Crypto.Skein")
to some of the Skein use cases.  We also provide a low-level interface
(see module "Crypto.Skein.Internal") should you need to use Skein
in a different way.
Currently we have support for Skein as cryptographic hash function
as Skein as a message authentication code (Skein-MAC).  For examples
of how to use this package, see "Crypto.Skein" module documentation.

ok sthen@
This commit is contained in:
kili 2012-01-22 17:17:51 +00:00
parent 61d6a9fd8a
commit 9543ca2ef5
4 changed files with 74 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/01/22 17:17:51 kili Exp $
COMMENT = a family of cryptographic hash functions
DISTNAME = skein-0.1.0.4
CATEGORIES = security
# BSD3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS = devel/hs-cereal>=0.3,<0.4 \
devel/hs-tagged>=0.2,<0.3 \
security/hs-crypto-api>=0.6,<0.9
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (ghc/skein-0.1.0.4.tar.gz) = wmm4v80shgxN2tZGSLLHrA==
RMD160 (ghc/skein-0.1.0.4.tar.gz) = 6WYYBXIlF3S7qz8HtwAxUfgklnk=
SHA1 (ghc/skein-0.1.0.4.tar.gz) = TMe1gwzVWwkxkqq+CRB+uRMHVZA=
SHA256 (ghc/skein-0.1.0.4.tar.gz) = JsHfRT7vF/btjbYUXcnqmwbXRxrSZPgGZUmtUPcEIdU=
SIZE (ghc/skein-0.1.0.4.tar.gz) = 117930

View File

@ -0,0 +1,12 @@
Skein (http://www.skein-hash.info/) is a family of fast
secure cryptographic hash functions designed by Niels
Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir
Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker.
This package uses bindings to the optimized C implementation of
Skein. We provide a high-level interface (see module "Crypto.Skein")
to some of the Skein use cases. We also provide a low-level interface
(see module "Crypto.Skein.Internal") should you need to use Skein
in a different way.
Currently we have support for Skein as cryptographic hash function
as Skein as a message authentication code (Skein-MAC). For examples
of how to use this package, see "Crypto.Skein" module documentation.

View File

@ -0,0 +1,33 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/01/22 17:17:51 kili Exp $
lib/ghc/${DISTNAME}/
lib/ghc/${DISTNAME}/Crypto/
lib/ghc/${DISTNAME}/Crypto/Skein/
lib/ghc/${DISTNAME}/Crypto/Skein.hi
lib/ghc/${DISTNAME}/Crypto/Skein/Internal.hi
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
lib/ghc/${DISTNAME}/register.sh
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force
lib/ghc/${DISTNAME}/unregister.sh
share/doc/hs-${DISTNAME}/
share/doc/hs-${DISTNAME}/LICENSE
share/doc/hs-${DISTNAME}/html/
share/doc/hs-${DISTNAME}/html/Crypto-Skein-Internal.html
share/doc/hs-${DISTNAME}/html/Crypto-Skein.html
share/doc/hs-${DISTNAME}/html/doc-index.html
share/doc/hs-${DISTNAME}/html/frames.html
share/doc/hs-${DISTNAME}/html/haddock-util.js
share/doc/hs-${DISTNAME}/html/hslogo-16.png
share/doc/hs-${DISTNAME}/html/index-frames.html
share/doc/hs-${DISTNAME}/html/index.html
share/doc/hs-${DISTNAME}/html/mini_Crypto-Skein-Internal.html
share/doc/hs-${DISTNAME}/html/mini_Crypto-Skein.html
share/doc/hs-${DISTNAME}/html/minus.gif
share/doc/hs-${DISTNAME}/html/ocean.css
share/doc/hs-${DISTNAME}/html/plus.gif
share/doc/hs-${DISTNAME}/html/skein.haddock
share/doc/hs-${DISTNAME}/html/synopsis.png
@comment share/hs-${DISTNAME}/
@comment share/hs-${DISTNAME}/tests/
@comment share/hs-${DISTNAME}/tests/skein_golden_kat.txt