hF2-0.2: hF2.cabal
Name: hF2
Version: 0.2
Synopsis: F(2^e) math for cryptography
Description: This library implements polynomials on Binary Fields F(2^e), a subform of Finite Fields F(p^n) also known as Galois Fields GF(p^n).
It is intended as a backend for cryptographic use and the code should be timing attack resistant.
License: BSD3
License-file: COPYING
Copyright: (c) Marcel Fourné, 2011-2013
Author: Marcel Fourné
Maintainer: Marcel Fourné (mail@marcelfourne.de)
Category: Cryptography
Stability: alpha
Build-Type: Simple
Cabal-Version: >=1.6
Data-Files: README
Library
hs-source-dirs:
src
Build-Depends:
base >= 4 && < 5,
vector,
cereal
Exposed-modules:
Data.F2
ghc-options:
-Wall