Name: hopenssl Version: 1.6 Copyright: (c) 2004-2011 Peter Simons License: BSD3 License-File: LICENSE Author: Peter Simons , Jesper Louis Andersen , Markus Rothe Maintainer: Peter Simons Homepage: http://gitorious.org/hopenssl Category: Foreign, Cryptography Synopsis: FFI bindings to OpenSSL's EVP digest interface Description: Foreign-function bindings to the OpenSSL library . Currently provides access to the messages digests MD2, MD5, SHA, SHA1, DSS, DSS1, and RIPEMD160 through the EVP digest interface. Cabal-Version: >= 1.6 Build-Type: Simple Tested-With: GHC == 6.12.3 Source-Repository head Type: git Location: git://gitorious.org/hopenssl/mainline.git Library Build-Depends: base >= 3 && < 5, mtl, bytestring Extensions: ForeignFunctionInterface Extra-Libraries: crypto Includes: "openssl/evp.h" Exposed-Modules: OpenSSL.Digest, OpenSSL.Digest.ByteString, OpenSSL.Digest.ByteString.Lazy Ghc-Options: -Wall