name: openpgp-crypto-api version: 0.6.3 cabal-version: >= 1.8 license: OtherLicense license-file: COPYING category: Cryptography copyright: © 2012 Stephen Paul Weber author: Stephen Paul Weber maintainer: Stephen Paul Weber stability: experimental tested-with: GHC == 7.0.3 synopsis: Implement cryptography for OpenPGP using crypto-api compatible libraries homepage: http://github.com/singpolyma/OpenPGP-CryptoAPI bug-reports: http://github.com/singpolyma/OpenPGP-CryptoAPI/issues build-type: Simple description: This is a wrapper around and related libraries that currently does fingerprint generation, signature generation, signature verification, and both asymmetric and symmetric encryption and decryption. . It is indended to be used with . It is intended that you use qualified imports with this library. . > import qualified Data.OpenPGP.CryptoAPI as OpenPGP extra-source-files: README, tests/suite.hs, tests/data/000001-006.public_key, tests/data/000016-006.public_key, tests/data/000027-006.public_key, tests/data/000035-006.public_key, tests/data/compressedsig-bzip2.gpg, tests/data/compressedsig.gpg, tests/data/compressedsig-zlib.gpg, tests/data/encryptedSecretKey.gpg, tests/data/hello.gpg, tests/data/helloKey.gpg, tests/data/pubring.gpg, tests/data/secring.gpg, tests/data/symmetric-aes.gpg, tests/data/symmetric-blowfish.gpg, tests/data/symmetric-no-mdc.gpg, tests/data/symmetric-with-session-key.gpg, tests/data/uncompressed-ops-dsa.gpg, tests/data/uncompressed-ops-dsa-sha384.txt.gpg, tests/data/uncompressed-ops-rsa.gpg library exposed-modules: Data.OpenPGP.CryptoAPI other-modules: Data.OpenPGP.CryptoAPI.Util Data.OpenPGP.CryptoAPI.Blowfish128 build-depends: base == 4.*, transformers, bytestring, binary >= 0.6.4.0, openpgp >= 0.6, crypto-api >= 0.12.2.2, tagged, cryptocipher >= 0.3.6 && <= 0.3.7, cryptohash <= 0.9.1, cereal test-suite tests type: exitcode-stdio-1.0 main-is: tests/suite.hs build-depends: base == 4.*, transformers, bytestring, binary >= 0.6.4.0, utf8-string, openpgp >= 0.6, crypto-api >= 0.12.2.2, tagged, cryptocipher >= 0.3.6 && <= 0.3.7, cryptohash <= 0.9.1, cereal, HUnit, QuickCheck >= 2.4.1.1, quickcheck-instances, test-framework, test-framework-hunit, test-framework-quickcheck2 source-repository head type: git location: git://github.com/singpolyma/OpenPGP-CryptoAPI.git