From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 58F4DBC69 for ; Thu, 12 Apr 2007 23:38:27 +0200 (CEST) Received: from jackfruit.srv.cs.cmu.edu (JACKFRUIT.SRV.CS.CMU.EDU [128.2.201.16]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l3CLcPus008508 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Thu, 12 Apr 2007 23:38:26 +0200 Received: from stratocaster.home (pool-141-151-190-167.pitt.east.verizon.net [141.151.190.167]) (authenticated bits=0) by jackfruit.srv.cs.cmu.edu (8.13.6/8.13.6) with ESMTP id l3CLcOM7003981 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Thu, 12 Apr 2007 17:38:24 -0400 (EDT) Received: from ecc by stratocaster.home with local (Exim 4.63) (envelope-from ) id 1Hc6zn-0005be-Sg; Thu, 12 Apr 2007 17:38:23 -0400 Date: Thu, 12 Apr 2007 17:38:23 -0400 To: caml-list@yquem.inria.fr, caml-list@inria.fr Subject: Re: [Caml-list] Other Digests than md5? Message-ID: <20070412213823.GA21453@localhost> Mail-Followup-To: caml-list@yquem.inria.fr, caml-list@inria.fr References: <20070412201736.GA925@first.in-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070412201736.GA925@first.in-berlin.de> User-Agent: Mutt/1.5.13 (2006-08-11) From: Eric Cooper X-Miltered: at concorde with ID 461EA6D1.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; 0200,:01 bandel:01 ocaml:01 apt-get:01 wrote:01 imho:01 oliver:01 caml-list:01 digest:01 algorithms:03 library:03 debian:03 thu:05 install:05 interface:06 On Thu, Apr 12, 2007 at 10:17:36PM +0200, Oliver Bandel wrote: > The md5-module is really fine, but to have SHA-1 and other algorithms > also in the standard-lib would be a good thing, IMHO. Not in the standard library, but with the same interface as Digest: http://tab.snarc.org/projects/ocaml_sha/ In Debian, just "apt-get install libsha-ocaml-dev". -- Eric Cooper e c c @ c m u . e d u