1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Name: crypto-random-api
Version: 0.2.0
Description: Simple random generators API for cryptography related code
License: BSD3
License-file: LICENSE
Copyright: Vincent Hanquez <vincent@snarc.org>
Author: Vincent Hanquez <vincent@snarc.org>
Maintainer: Vincent Hanquez <vincent@snarc.org>
Synopsis: Simple random generators API for cryptography related code
Category: Cryptography
Build-Type: Simple
Homepage: http://github.com/vincenthz/hs-crypto-random-api
Cabal-Version: >=1.6
Library
Exposed-modules: Crypto.Random.API
Build-depends: base >= 4 && < 5
, bytestring
, entropy
source-repository head
type: git
location: git://github.com/vincenthz/hs-crypto-random-api
|