cabal-version: 2.4 name: sha-validation version: 0.1.0.0 synopsis: Validation SHA Implementations Description: NIST Secure Hash Algorithm Validation Tests homepage: https://github.com/larskuhtz/hs-sha-validation bug-reports: https://github.com/larskuhtz/hs-sha-validation/issues license: MIT license-file: LICENSE author: Lars Kuhtz maintainer: lakuhtz@gmail.com copyright: Copyright (c) 2022 Lars Kuhtz category: Data tested-with: GHC==9.2.0 GHC==9.0.1 GHC==8.10.7 extra-source-files: README.md CHANGELOG.md data/sha-3bytetestvectors/*.rsp data/shabytetestvectors/*.rsp data/shakebytetestvectors/*.rsp source-repository head type: git location: https://github.com/larskuhtz/hs-validation-sha.git library hs-source-dirs: src default-language: Haskell2010 exposed-modules: Test.Hash.Internal Test.Hash.SHA3 Test.Hash.SHAKE Test.Hash.SHA build-depends: , base >=4.11 && <5 , bytestring >=0.10 , vector >=0.12 , attoparsec >=0.14 , text >=1.1 , base16-bytestring >=0.1.1.7 , template-haskell >=2.16 , directory >=1.3 , filepath >=1.4