hecc-0.4: hecc.cabal
Name: hecc
Version: 0.4
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-2013
Author: Marcel Fourné
Maintainer: Marcel Fourné (hecc@bitrot.dyndns.org)
Category: Cryptography, Codec
Stability: alpha
Build-Type: Simple
Cabal-Version: >=1.6
Data-Files: README
Extra-Source-Files: src/bench.hs
src/Examples.hs
Library
hs-source-dirs:
src
Build-Depends:
base >= 4 && < 5,
cereal,
crypto-api,
hF2
Exposed-modules:
Codec.Crypto.ECC.Base
Codec.Crypto.ECC.StandardCurves
ghc-options:
-Wall -O2 -fllvm -optlo-O3 -feager-blackholing