-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: c0b59111dcbf4f45abd61925f0a42fbe4a93dce27b89db73519e0e36afc5e8a8 name: galois-field version: 0.2.1 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: 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.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: ExtensionFieldTests GaloisFieldTests PrimeFieldTests BinaryField 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 -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 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 -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