@hackage entropy0.2.2.3
A platform independent entropy source
Categories
License
BSD-3-Clause
Maintainer
Thomas DuBuisson <thomas.dubuisson@gmail.com>
Links
Versions
Installation
CustomDependencies (3)
- base >=4 && <4.10
- 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…
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.