packages feed

Cabal revisions of cprng-aes-0.3.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name:                cprng-aes Version:             0.3.2-Description:         +x-revision: 1+Description:     Simple crypto pseudo-random-number-generator with really good randomness property.     .     Using ent, a randomness property maker on one 1Mb sample:     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 +       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).      cpp-options:     -DCIPHER_AES     Build-Depends:   cipher-aes >= 0.1 && < 0.2   else-    Build-Depends:   cryptocipher+    Build-Depends:   cryptocipher < 0.4   if flag(cereal)     Build-Depends:   cereal >= 0.3.0 && < 0.4.0     cpp-options:     -DUSE_CEREAL
revision 2
 Name:                cprng-aes Version:             0.3.2-x-revision: 1+x-revision: 2 Description:     Simple crypto pseudo-random-number-generator with really good randomness property.     . Flag cereal   Description:       Use cereal   Default:           False+  Manual:            True  Flag cryptoapi   Description:       Use cryptoapi   Default:           True+  Manual:            True  Library   Build-Depends:     base >= 3 && < 5-                   , bytestring-                   , random+                   , bytestring < 0.11+                   , random < 1.2                    , crypto-random-api >= 0.2 && < 0.3                    , entropy >= 0.2   Exposed-modules:   Crypto.Random.AESCtr   Main-Is:           Benchmarks.hs   type:              exitcode-stdio-1.0   Build-depends:     base >= 4 && < 5-                   , bytestring+                   , bytestring < 0.11                    , cprng-aes                    , criterion                    , mtl