Crytpo for nhc

"Dominic Steinitz" <[email protected]> Mon, 28 Apr 2003 20:41:19 +0100
Newsgroups gmane.comp.lang.haskell.nhc.user,gmane.comp.lang.haskell.libraries
Message-ID <[email protected]>
I have been trying to write a Crypto library and so far it works with ghc
and hugs.

Am I right in thinking I am going to struggle with nhc? It uses Word8 and
Word64 heavily. For example, cipher block chaining relies on xoring Word64.

I attach the library and a test program. I'd be grateful for any suggestions
on how to make it work with nhc.

Dominic Steinitz
Crypto.hs (application/octet-stream, 12.1 KB) - not displayed
ITest.hs (application/octet-stream, 441 B) - not displayed
ZordHUGS.lhs (application/octet-stream, 1.4 KB) - not displayed
Makefile (application/octet-stream, 865 B) - not displayed