mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
A platform independent method to obtain cryptographically strong entropy
(urandom on Linux, CryptAPI on Windows, patches welcome). Users looking for cryptographically strong (number-theoretically sound) PRNGs should see the DRBG package too! WWW: http://trac.haskell.org/crypto-api/wiki Obtained from: FreeBSD Haskell
This commit is contained in:
parent
b7fae4b365
commit
d1e4cb2f82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291131
@ -75,6 +75,7 @@ directory-tree_port= devel/hs-directory-tree
|
||||
distributive_port= math/hs-distributive
|
||||
dlist_port= devel/hs-dlist
|
||||
double-conversion_port= textproc/hs-double-conversion
|
||||
entropy_port= security/hs-entropy
|
||||
enumerator_port= devel/hs-enumerator
|
||||
epic_port= lang/hs-epic # executable
|
||||
erf_port= math/hs-erf
|
||||
|
20
security/hs-entropy/Makefile
Normal file
20
security/hs-entropy/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: hs-entropy
|
||||
# Date created: July 13, 2011
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= entropy
|
||||
PORTVERSION= 0.2.1
|
||||
CATEGORIES= security haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= A platform-independent entropy source
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
CABAL_SETUP= Setup.hs
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
security/hs-entropy/distinfo
Normal file
2
security/hs-entropy/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/entropy-0.2.1.tar.gz) = 3a332d4b5330c81ae16a8705462ffdf70bbb38f3380cd2cee4e23df7db86e8e2
|
||||
SIZE (cabal/entropy-0.2.1.tar.gz) = 3109
|
6
security/hs-entropy/pkg-descr
Normal file
6
security/hs-entropy/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
A platform independent method to obtain cryptographically strong entropy
|
||||
(urandom on Linux, CryptAPI on Windows, patches welcome). Users looking
|
||||
for cryptographically strong (number-theoretically sound) PRNGs should
|
||||
see the DRBG package too!
|
||||
|
||||
WWW: http://trac.haskell.org/crypto-api/wiki
|
Loading…
Reference in New Issue
Block a user