[plt-scheme] MD5 or SHA implementation for Scheme?

From: David Van Horn (dvanhorn at cs.uvm.edu)
Date: Thu Dec 4 15:59:06 EST 2003

Gordon Weakliem wrote:
> Does anyone know of an implementation of the MD5 or SHA hash algorithms for Scheme, specifically, for PLT?  

Jens Axel Søgaard has an MD5 implementation:

   http://www.scheme.dk/md5/

I used this just recently and have a PLT module version at hand:

   http://www.cs.uvm.edu/~dvanhorn/scheme/md5.ss (or .plt)

Also there is Patrick Ekman's bindings for the mhash library for crytographic
hashes (http://mhash.sourceforge.net/):

   http://www.ekman.cx/software/mhash.plt

-d



Posted on the users mailing list.