entropy

A platform independent entropy source

https://github.com/TomMD/entropy

Version on this page:0.3.4.1@rev:1
LTS Haskell 23.19:0.4.1.11
Stackage Nightly 2025-04-30:0.4.1.11
Latest on Hackage:0.4.1.11

See all snapshots entropy appears in

BSD-3-Clause licensed and maintained by Thomas DuBuisson
This version can be pinned in stack with:entropy-0.3.4.1@sha256:a7770a86c27d5d48a82b519e9eed75d276ffc2ca942275d0b901299109b590bc,2511

Module documentation for 0.3.4.1

  • System
    • System.Entropy

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.

Build Status