name: crypto-api-tests
version: 0.2
license: BSD3
license-file: LICENSE
copyright: Thomas DuBuisson <thomas.dubuisson@gmail.com>
author: Thomas DuBuisson <thomas.dubuisson@gmail.com>
maintainer: Thomas DuBuisson <thomas.dubuisson@gmail.com>
description: A test framework for hash and cipher operations using
the crypto-api interface. Known answer tests (KATs)
for common cryptographic algorithms are included.
Patches welcome (both adding KATs for more algorithms
or property tests for classes of algorithms).
synopsis: A test framework and KATs for cryptographic operations.
category: Data, Cryptography
homepage: http://trac.haskell.org/crypto-api/wiki
bug-reports: http://trac.haskell.org/crypto-api/report/1
stability: stable
build-type: Simple
cabal-version: >= 1.6
tested-with: GHC == 6.12.1
data-files:
Test/KAT_AES/*.txt
, Test/KAT_SHA/*.txt
, Test/KAT_HMAC/*.txt
, Test/KAT_TWOFISH/*.TXT
extra-source-files:
Test/KAT_AES/*.txt
, Test/KAT_SHA/*.txt
, Test/KAT_HMAC/*.txt
, Test/KAT_TWOFISH/*.TXT
Library
build-depends: base >= 4 && < 5, test-framework-quickcheck2 >= 0.3,
directory >= 1.0.1.0, filepath, crypto-api,
cereal, bytestring, test-framework >= 0.4,
test-framework-hunit >= 0.2, HUnit, QuickCheck >= 2.4
ghc-options:
hs-source-dirs:
exposed-modules: Test.Crypto, Test.AES, Test.SHA, Test.HMAC, Test.ParseNistKATs, Test.TwoFish, Test.MD5
other-modules: Paths_crypto_api_tests
source-repository head
type: git
location: https://github.com/TomMD/crypto-api-tests