FW: First Attempt at Crypto Library

Malcolm Wallace Malcolm.Wallace@cs.york.ac.uk
Tue, 22 Apr 2003 12:19:58 +0100


John Meacham <john@repetae.net> writes:

> I implemented interfaces to curses and part of OpenSSL's cryptography
> routines. Would there be interest in putting those into the general
> haskell librarys as well?

Yes, I'm sure.  Have a look at

    http://www.haskell.org/~simonmar/lib-hierarchy.html

and make a proposal for where in the hierarchy you think they fit,
bearing in mind that the guiding rule is to classify by the library's
purpose.  Then you can release the software as an independent "package"
for ghc, Hugs, and nhc98.

Regards,
    Malcolm