[Haskell-cafe] cryptohash and an incremental API
Thomas M. DuBuisson
thomas.dubuisson at gmail.com
Mon Jul 12 17:52:10 EDT 2010
Vincent,
Due to spam-like comments on -cafe I hadn't been subscribed for a while
and missed your cryptohash discussion! Particularly:
> The main reason for this library is the lack of incremental api
exposed by
> current digest libraries, and filling the void about some missing
digest
> algorithms; Also the speed comes as a nice bonus.
I've been working on a new crypto library specifically to provide a
unified API for packages implementing cryptographic algorithms. You can
see the discussions on libraries at haskell.org [1] [2]. Please feel free
to take a look, comment, contribute, and hopefully move to the
interface. I should be finishing up BlockCipher modes and adding hash
tests soon.
Cheers,
Thomas
[1] http://www.haskell.org/pipermail/libraries/2010-May/013688.html
[2] http://www.haskell.org/pipermail/libraries/2010-June/013782.html
More information about the Haskell-Cafe
mailing list