packages feed

Cabal revisions of cprng-aes-0.5.1

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

revision 1
-Name:                cprng-aes-Version:             0.5.1-Description:         -    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).--License:             BSD3-License-file:        LICENSE-Copyright:           Vincent Hanquez <vincent@snarc.org>-Author:              Vincent Hanquez <vincent@snarc.org>-Maintainer:          Vincent Hanquez <vincent@snarc.org>-Synopsis:            Crypto Pseudo Random Number Generator using AES in counter mode.-Build-Type:          Simple-Category:            Cryptography-stability:           experimental-Cabal-Version:       >=1.8-Homepage:            http://github.com/vincenthz/hs-cprng-aes-data-files:          README.md--Library-  Build-Depends:     base >= 3 && < 5-                   , bytestring-                   , byteable-                   , random-                   , crypto-random >= 0.0 && < 0.1-  Exposed-modules:   Crypto.Random.AESCtr-  Other-modules:     Crypto.Random.AESCtr.Internal-  ghc-options:       -Wall--  Build-Depends:   cipher-aes >= 0.2 && < 0.3--Benchmark bench-cprng-aes-  hs-source-dirs:    Benchmarks-  Main-Is:           Benchmarks.hs-  type:              exitcode-stdio-1.0-  Build-depends:     base >= 4 && < 5-                   , bytestring-                   , crypto-random-                   , cprng-aes-                   , criterion-                   , mtl--source-repository head-  type: git-  location: git://github.com/vincenthz/hs-cprng-aes+Name:                cprng-aes
+Version:             0.5.1
+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:
+       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).
+
+License:             BSD3
+License-file:        LICENSE
+Copyright:           Vincent Hanquez <vincent@snarc.org>
+Author:              Vincent Hanquez <vincent@snarc.org>
+Maintainer:          Vincent Hanquez <vincent@snarc.org>
+Synopsis:            Crypto Pseudo Random Number Generator using AES in counter mode.
+Build-Type:          Simple
+Category:            Cryptography
+stability:           experimental
+Cabal-Version:       >=1.8
+Homepage:            http://github.com/vincenthz/hs-cprng-aes
+data-files:          README.md
+
+Library
+  Build-Depends:     base >= 3 && < 5
+                   , bytestring < 0.11
+                   , byteable
+                   , random
+                   , crypto-random >= 0.0 && < 0.1
+  Exposed-modules:   Crypto.Random.AESCtr
+  Other-modules:     Crypto.Random.AESCtr.Internal
+  ghc-options:       -Wall
+
+  Build-Depends:   cipher-aes >= 0.2.2 && < 0.3
+
+Benchmark bench-cprng-aes
+  hs-source-dirs:    Benchmarks
+  Main-Is:           Benchmarks.hs
+  type:              exitcode-stdio-1.0
+  Build-depends:     base >= 4 && < 5
+                   , bytestring
+                   , crypto-random
+                   , cprng-aes
+                   , criterion
+                   , mtl
+
+source-repository head
+  type: git
+  location: git://github.com/vincenthz/hs-cprng-aes