-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: f66dcf977899a69f9f8785c75595dada58f68cbc1cb35faa4acb24b494fe26fe name: galois-field version: 0.2.0 x-revision: 1 synopsis: Galois field library description: Galois field library for cryptography research category: Cryptography homepage: https://github.com/adjoint-io/galois-field#readme bug-reports: https://github.com/adjoint-io/galois-field/issues maintainer: Adjoint Inc (info@adjoint.io) license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/adjoint-io/galois-field library exposed-modules: GaloisField PrimeField ExtensionField other-modules: PolynomialRing hs-source-dirs: src default-extensions: LambdaCase RecordWildCards OverloadedStrings NoImplicitPrelude FlexibleInstances FlexibleContexts ScopedTypeVariables RankNTypes DataKinds DeriveGeneric GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses ghc-options: -O2 -Wall build-depends: MonadRandom , base >=4.8 && <5 , integer-gmp , protolude >=0.2 && <0.3 , tasty-quickcheck , wl-pprint-text default-language: Haskell2010 test-suite galois-field-tests type: exitcode-stdio-1.0 main-is: Main.hs other-modules: ExtensionFieldTests GaloisFieldTests PolynomialRingTests PrimeFieldTests ExtensionField GaloisField PolynomialRing PrimeField Paths_galois_field hs-source-dirs: tests src default-extensions: LambdaCase RecordWildCards OverloadedStrings NoImplicitPrelude FlexibleInstances FlexibleContexts ScopedTypeVariables RankNTypes DataKinds DeriveGeneric GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses ghc-options: -O2 -main-is Main build-depends: MonadRandom , base >=4.7 && <5 , integer-gmp , protolude >=0.2 , tasty , tasty-discover , tasty-quickcheck , wl-pprint-text default-language: Haskell2010 benchmark galois-field-benchmarks type: exitcode-stdio-1.0 main-is: Main.hs other-modules: ExtensionField GaloisField PolynomialRing PrimeField Paths_galois_field hs-source-dirs: benchmarks src default-extensions: LambdaCase RecordWildCards OverloadedStrings NoImplicitPrelude FlexibleInstances FlexibleContexts ScopedTypeVariables RankNTypes DataKinds DeriveGeneric GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses ghc-options: -O2 -main-is Main build-depends: MonadRandom , base >=4.7 && <5 , criterion , integer-gmp , protolude >=0.2 , tasty-quickcheck , wl-pprint-text default-language: Haskell2010