packages feed

galois-field-0.4.1: galois-field.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 4e436d9365d8254a628fd2f0a1ce476eb6073af326050f22b8aac993adf97375

name:           galois-field
version:        0.4.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
extra-source-files:
    README.md
    ChangeLog.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 PatternSynonyms
  ghc-options: -Wall
  build-depends:
      MonadRandom
    , base >=4.10 && <5
    , integer-gmp
    , poly
    , protolude
    , semirings
    , tasty-quickcheck
    , vector
    , 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 PatternSynonyms
  ghc-options: -Wall -main-is Main
  build-depends:
      MonadRandom
    , base >=4.10 && <5
    , integer-gmp
    , poly
    , protolude
    , semirings
    , tasty
    , tasty-quickcheck
    , vector
    , wl-pprint-text
  default-language: Haskell2010

benchmark galois-field-benchmarks
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      BinaryFieldBenchmarks
      ExtensionFieldBenchmarks
      GaloisFieldBenchmarks
      PrimeFieldBenchmarks
      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 PatternSynonyms
  ghc-options: -Wall -main-is Main
  build-depends:
      MonadRandom
    , base >=4.10 && <5
    , criterion
    , integer-gmp
    , poly
    , protolude
    , semirings
    , tasty-quickcheck
    , vector
    , wl-pprint-text
  default-language: Haskell2010