-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 094ec398fd4d7e6719c2a9ba616c6ca5e682b6d55f80d89d64a037adb94e845e name: galois-field version: 0.3.0 synopsis: Galois field library description: An efficient implementation of Galois fields used in 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: BinaryField ExtensionField GaloisField PrimeField other-modules: Paths_galois_field 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.7 && <5 , integer-gmp , protolude >=0.2 , tasty-quickcheck , wl-pprint-text default-language: Haskell2010 test-suite galois-field-tests type: exitcode-stdio-1.0 main-is: Main.hs other-modules: BinaryFieldTests ExtensionFieldTests GaloisFieldTests PrimeFieldTests BinaryField ExtensionField GaloisField 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 -Wall -main-is Main build-depends: MonadRandom , base >=4.7 && <5 , integer-gmp , protolude >=0.2 , tasty , tasty-quickcheck , wl-pprint-text default-language: Haskell2010 benchmark galois-field-benchmarks type: exitcode-stdio-1.0 main-is: Main.hs other-modules: BinaryField ExtensionField GaloisField 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 -Wall -main-is Main build-depends: MonadRandom , base >=4.7 && <5 , criterion , integer-gmp , protolude >=0.2 , tasty-quickcheck , wl-pprint-text default-language: Haskell2010