Name: hecc Version: 0.3.1 Synopsis: Elliptic Curve Cryptography for Haskell Description: Pure math & algorithms for Elliptic Curve Cryptography in Haskell License: BSD3 License-file: COPYING Copyright: (c) Marcel Fourné, 2009-2012 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/bench.hs src/Examples.hs Library hs-source-dirs: src Build-Depends: base >= 4 && < 5, -- random, -- bytestring, -- binary, -- cereal, crypto-api, repa, vector Exposed-modules: Codec.Crypto.ECC.Base Codec.Crypto.ECC.F2 Codec.Crypto.ECC.StandardCurves ghc-options: -- -Wall -fllvm -feager-blackholing -O2 -rtsopts -threaded -Wall -fllvm -feager-blackholing