hopenssl: FFI bindings to OpenSSL's EVP digest interface

[ bsd3, cryptography, foreign, library ] [ Propose Tags ]

FFI bindings to OpenSSL's EVP digest interface


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.1, 1.2, 1.3, 1.4, 1.6, 1.6.1, 1.6.2, 1.7, 2, 2.1, 2.2, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5
Dependencies base, mtl [details]
License BSD-3-Clause
Author Peter Simons <simons@cryp.to>
Maintainer Peter Simons <simons@cryp.to>
Category Cryptography
Home page http://cryp.to/hopenssl/
Uploaded by PeterSimons at 2008-02-20T23:44:39Z
Distributions LTSHaskell:2.2.5, NixOS:2.2.5, Stackage:2.2.5
Reverse Dependencies 4 direct, 31 indirect [details]
Downloads 14561 total (67 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hopenssl-1.0

[back to package description]
hOpenSSL
========

:Latest Release: hopenssl-1.0.tar.gz_
:Darcs:          darcs_ get --partial http://cryp.to/hopenssl/

Synopsis
--------

  This library will some day provide nice Haskell bindings
  to OpenSSL_. Until then, it provides nice Haskell bindings
  to the message digest algorithms found in OpenSSL's
  ``crypto`` library. Currently supported are: MD2, MD5,
  SHA, SHA1, DSS, DSS1, MDC2, and RIPEMD160.

Documentation
-------------

  `Reference Documentation`_
     Haddock-generated reference of all exported
     functions.

Copyleft
--------

  Copyright (c) 2008 Peter Simons <simons@cryp.to>. All rights
  reserved. This software is released under `BSD-style license
  <LICENSE>`_.

-----------------------------------------------------------------

`[Homepage] <http://cryp.to/>`_

.. _Haskell: http://haskell.org/

.. _OpenSSL: http://www.openssl.org/

.. _darcs: http://abridgegame.org/darcs/

.. _hopenssl-1.0.tar.gz: http://cryp.to/hopenssl/hopenssl-1.0.tar.gz

.. _Reference Documentation: docs/index.html