name: entropy version: 0.2.1 license: BSD3 license-file: LICENSE copyright: Thomas DuBuisson author: Thomas DuBuisson maintainer: Thomas DuBuisson description: 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! synopsis: A platform independent entropy source category: Data, Cryptography homepage: http://trac.haskell.org/crypto-api/wiki bug-reports: http://trac.haskell.org/crypto-api/report/1 stability: stable build-type: Simple cabal-version: >= 1.6 tested-with: GHC == 6.12.1 data-files: extra-source-files: Library Build-Depends: base == 4.*, bytestring ghc-options: hs-source-dirs: exposed-modules: System.Entropy other-modules: if os(windows) cpp-options: -DisWindows extra-libraries: advapi32