From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Hartwig Newsgroups: gmane.lisp.guile.devel Subject: Re: digest modules (was [PATCH] md5: fix errors when input size modulo 64 is > 55 bytes) Date: Sat, 12 Jan 2013 16:46:23 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1357980396 1910 80.91.229.3 (12 Jan 2013 08:46:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Jan 2013 08:46:36 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jan 12 09:46:54 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ttwjp-0001nY-Aw for guile-devel@m.gmane.org; Sat, 12 Jan 2013 09:46:49 +0100 Original-Received: from localhost ([::1]:49848 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtwjZ-0001eV-6H for guile-devel@m.gmane.org; Sat, 12 Jan 2013 03:46:33 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:48721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtwjU-0001eD-2P for guile-devel@gnu.org; Sat, 12 Jan 2013 03:46:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtwjQ-0005uD-0O for guile-devel@gnu.org; Sat, 12 Jan 2013 03:46:27 -0500 Original-Received: from mail-ia0-f171.google.com ([209.85.210.171]:55904) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtwjP-0005u7-R4 for guile-devel@gnu.org; Sat, 12 Jan 2013 03:46:23 -0500 Original-Received: by mail-ia0-f171.google.com with SMTP id q36so2265668iaq.16 for ; Sat, 12 Jan 2013 00:46:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=/+dsA+0rG+DbkhxVctRF1XPQ7QXiZa42p4qC7hnjrv4=; b=tWj3bQ8L3yz+QyE/IsCkSN47s+rr07HY+C1+YOHc8U6HyKBgQV2Hb06C5G4EmPDTrB +AgrxycwWSFNChoVX/UrWtA1PWXsWjyiOQKxpljGS1wupZEdTnb6NfrmFe/G1ZwwWgOv n5cD85mjWP/Vs2g0mZRpaTftXHZDxxkMfpbfsG5qklacPIp+tzlsJ2OO1uil7KCQlJaP xzEVpkqoCoZxxjimDnvOIFWvQrtH5emuA9oMdwonhtZR6yQOk2r/xr4ZhXs+HuajSYr+ LrAeh8XbmK8ES9YpWMwORdBeCUlBrKAQY5WDVDsKNFMkb+LJvWVuXw6WJJfpTMkgznTq /v1w== X-Received: by 10.50.5.236 with SMTP id v12mr1654163igv.6.1357980383174; Sat, 12 Jan 2013 00:46:23 -0800 (PST) Original-Received: by 10.64.76.51 with HTTP; Sat, 12 Jan 2013 00:46:23 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.210.171 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15399 Archived-At: On 12 January 2013 16:35, Nala Ginrut wrote: > I suggest add a 'digest' module implemented in C code in Guile to > provide common see 'digest algorithm', since these things are very > useful nowadays. I believe they should be in ice-9. Like Ruby does. > I've started a project guile-digest. I'll send patch if it's done. Which library would you use?