crypto-rng: Cryptographically secure random number generator.

[ bsd3, crypto, library ] [ Propose Tags ] [ Report a vulnerability ]

Convenient wrapper for the source of random bytes provided by the entropy package.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.1.0, 0.1.2.0, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.3.0.1, 0.3.0.2 (info)
Change log CHANGELOG.md
Dependencies base (>=4.14 && <5), bytestring (>=0.10.8), entropy (>=0.4), exceptions (>=0.8.3), monad-control (>=1.0.1), mtl (>=2.2), primitive (>=0.7.1), random (>=1.2 && <1.4), transformers-base (>=0.4.4) [details]
Tested with ghc ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.4 || ==9.14.1
License BSD-3-Clause
Copyright Scrive AB
Author Scrive AB
Maintainer Andrzej Rybczak <andrzej.rybczak@scrive.com>
Uploaded by arybczak at 2026-09-16T23:47:36Z
Category Crypto
Home page https://github.com/scrive/crypto-rng
Source repo head: git clone https://github.com/scrive/crypto-rng.git
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 4461 total (34 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-09-16 [all 1 reports]

Readme for crypto-rng-0.3.0.2

[back to package description]

crypto-rng

Build Status Hackage Stackage LTS Stackage Nightly

A convenient interface to the cryptographically secure random number generator backed by the entropy package.