NOTICE: This package has been removed from pkgsrc

./wip/hs-entropy, Platform independent entropy source

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.2.2.4, Package name: hs-entropy-0.2.2.4, Maintainer: pho

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!


Required to run:
[wip/ghc]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: b8d89fe765578bf50e31c52222d9e8d7297840e9
RMD160: 570c1502827908e44c5605748b5ce18c9bc3e049
Filesize: 4.987 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104)
Log message:
make it clear what package depend on

discussed with wiz@.
   2013-10-26 01:33:14 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.2.2.4

changes:
0.2.2.2 => 0.2.2.4
 - Assume GHC (not gcc) and test RDRAND
 - Merge pull request #4 from singpolyma/master
   ( #4 => https://github.com/TomMD/entropy/pull/4 )
     Support QNX by using lower-level I/O
   2013-09-08 10:50:58 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.2.2.2

changes:
0.2.2.2
  -  Merge pull request #7 from hamishmack/master
       Revert "Use template haskell to fix the call to withTempDirectory in \ 
Setup.hs so that it works with Cabal 1.17"
         It turns out this will not be changing in 1.18 (official Cabal \ 
release), so we need to revert this change.
         https://github.com/haskell/cabal/issues/1387
  - Merge pull request #5 from qrilka/patch-1
      prevent emphasis for '/dev/urandom' path in haddock
0.2.2.1
  - Merge pull request #3 from hamishmack/master
      Use template haskell to fix the call to withTempDirectory in Setup.hs so \ 
that it works with Cabal 1.17
0.2.2
  - Add build-time configuration to check for RDRAND support.
  - use RDRand for long-running (CryptHandle) requests.
  - Add RDRAND instruction support.
   2011-07-12 09:21:00 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-entropy-0.2.1 as wip/hs-entropy.

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!