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:
parent
61d6a9fd8a
commit
9543ca2ef5
24
security/hs-skein/Makefile
Normal file
24
security/hs-skein/Makefile
Normal 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>
|
5
security/hs-skein/distinfo
Normal file
5
security/hs-skein/distinfo
Normal 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
|
12
security/hs-skein/pkg/DESCR
Normal file
12
security/hs-skein/pkg/DESCR
Normal 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.
|
33
security/hs-skein/pkg/PLIST
Normal file
33
security/hs-skein/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user