hecc-0.1: hecc.cabal
Name: hecc
Version: 0.1
Synopsis: Elliptic Curve Cryptography for Haskell
Description: Pure math & algorithms for Elliptic Curve Cryptography in Haskell
License: OtherLicense
License-file: COPYING
Copyright: (c) Marcel Fourné, 2009
Author: Marcel Fourné
Maintainer: Marcel Fourné (hecc@bitrot.dyndns.org)
Category: Cryptography
Stability: alpha
Build-Type: Simple
Cabal-Version: >=1.2
Data-Files: README
Extra-Source-Files: src/test.hs
src/Examples.hs
hs-source-dirs: src
Build-Depends: base >= 3 && < 5
Exposed-modules: Codec.Encryption.ECC.Base
ghc-options: -Wall