@hackage entropy0.3.2
A platform independent entropy source
Categories
License
BSD-3-Clause
Maintainer
Thomas DuBuisson <thomas.dubuisson@gmail.com>
Links
Versions
Installation
CustomDependencies (3)
- base >=4 && <5
- bytestring
- unix Show all…
Dependents (70)
@hackage/crypto-rng, @hackage/swarm, @hackage/servant-http-streams, @hackage/threefish, @hackage/haskoin-core, @hackage/wai-session-maybe, Show all…
Package Flags
halvm
(off by default)
Build for the HaLVM
Introduction
This package allows Haskell users to easily acquire entropy for use in
critical security applications by calling out to either windows crypto api,
unix/linux's /dev/urandom, or the RDRAND instruction.
This package supports Windows, {li,u}nix, QNX, and has preliminary support for HaLVM.