The cprng-aes package
Simple crypto pseudo-random-number-generator with really good randomness property.
Using ent, a randomness property maker on one 1Mb sample: Entropy = 7.999837 bits per byte. Optimum compression would reduce the size of this 1048576 byte file by 0 percent. Chi square distribution for 1048576 samples is 237.02 Arithmetic mean value of data bytes is 127.3422 (127.5 = random) Monte Carlo value for Pi is 3.143589568 (error 0.06 percent)
Compared to urandom with the same sampling: Entropy = 7.999831 bits per byte. Optimum compression would reduce the size of this 1048576 byte file by 0 percent. Chi square distribution for 1048576 samples is 246.63 Arithmetic mean value of data bytes is 127.6347 (127.5 = random). Monte Carlo value for Pi is 3.132465868 (error 0.29 percent).
Properties
| Versions | 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4 |
|---|---|
| Dependencies | base (≥3 & <5), bytestring, cereal (≥0.3.0 & <0.4.0), crypto-api (≥0.8), cryptocipher, entropy (≥0.2), random |
| License | BSD3 |
| Copyright | Vincent Hanquez <vincent@snarc.org> |
| Author | Vincent Hanquez <vincent@snarc.org> |
| Maintainer | Vincent Hanquez <vincent@snarc.org> |
| Stability | experimental |
| Category | Cryptography |
| Home page | http://github.com/vincenthz/hs-cprng-aes |
| Source repository | git clone git://github.com/vincenthz/hs-cprng-aes |
| Upload date | Tue Aug 28 07:06:39 UTC 2012 |
| Uploaded by | VincentHanquez |
| Built on | ghc-7.4 |
| Distributions | NixOS: 0.3.4, Debian: 0.3.4, FreeBSD: 0.3.4 |
Modules
- Crypto
- Random
Downloads
- cprng-aes-0.2.4.tar.gz (Cabal source package)
- package description (included in the package)