[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Eric Cooper <ecc@c...> |
| Subject: | Re: [Caml-list] SHA1 => stdlib ?! |
On Sat, Apr 24, 2010 at 02:27:47PM +0200, Oliver Bandel wrote: > is it planned, to also include SHA1-Hash into stdlib? I don't know about stdlib, but the ocaml-sha library (http://tab.snarc.org/projects/ocaml_sha/) provides Sha1 (and 256 and 512) modules with the same interface as stdlib's Digest, so they can easily be plugged into functors, etc. -- Eric Cooper e c c @ c m u . e d u