From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 6849EBBAF for ; Sat, 24 Apr 2010 16:29:44 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AloFAAqd0kvAbSoIkWdsb2JhbACQM4tyDhUBAQEBCQsKBxEEHrkShQwE X-IronPort-AV: E=Sophos;i="4.52,267,1270418400"; d="scan'208";a="57667420" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 24 Apr 2010 16:29:44 +0200 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from localhost (okapi.in-berlin.de [192.109.42.117]) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id o3OEThcW029903 for ; Sat, 24 Apr 2010 16:29:43 +0200 Received: from e178041210.adsl.alicedsl.de (e178041210.adsl.alicedsl.de [85.178.41.210]) by webmail.in-berlin.de (Horde Framework) with HTTP; Sat, 24 Apr 2010 16:29:43 +0200 Message-ID: <20100424162943.558012fsx1vvxqon@webmail.in-berlin.de> Date: Sat, 24 Apr 2010 16:29:43 +0200 From: "Oliver Bandel" To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] SHA1 => stdlib ?! References: <21143_1272112080_o3OCS0k4017232_20100424142747.18553coxijfxshc3@webmail.in-berlin.de> <20100424134531.GC15735@localhost> In-Reply-To: <20100424134531.GC15735@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.3.3 X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 X-Spam: no; 0.00; bandel:01 in-berlin:01 stdlib:01 0200,:01 bandel:01 stdlib:01 ocaml:01 functors:01 wrote:01 oliver:01 oliver:01 caml-list:01 digest:01 modules:02 library:03 Zitat von "Eric Cooper" : > 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. [...] OK, thanks. I can try this. But easy installation via normal OCaml-diustribution would also be fine. :) Ciao, Oliver