Name: hopenssl Version: 1.3 Copyright: (c) 2004-2010 Peter Simons License: BSD3 License-File: LICENSE Author: Peter Simons 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.1 Source-Repository this Tag: v1.3 Type: git Location: git://gitorious.org/hopenssl/mainline.git Source-Repository head Type: git Location: git://gitorious.org/hopenssl/mainline.git Library Build-Depends: base >= 3 && < 5, mtl Extensions: ForeignFunctionInterface Extra-Libraries: crypto Includes: "openssl/evp.h" Exposed-Modules: OpenSSL.Digest Ghc-Options: -Wall