entropy-0.4.1.7

Synopsis

A platform independent entropy source

Description

A mostly platform independent method to obtain cryptographically strong entropy (RDRAND, urandom, CryptAPI, and patches welcome) Users looking for cryptographically strong (number-theoretically sound) PRNGs should see the 'DRBG' package too.

Author

Thomas DuBuisson <thomas.dubuisson@gmail.com>

Maintainer

Thomas DuBuisson <thomas.dubuisson@gmail.com>

License

BSD3

Source
Timestamp

Revisions

None

Dependencies
library entropy:
  • ["base >=4.8 && <5","bytestring"]

if (!(impl(ghcjs >=0) || os(ghcjs)) && (!os(windows) && !os(halvm)))

  • unix <2.8

if (!(impl(ghcjs >=0) || os(ghcjs)) && os(windows))

  • Win32 <0

if (impl(ghcjs >=0) || os(ghcjs))

  • ghcjs-dom >=0.9.5.0 && <1
  • jsaddle