From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: About Guile crypto support Date: Tue, 05 Feb 2013 10:43:12 +0800 Organization: HFG Message-ID: <1360032192.2754.61.camel@Renee-desktop.suse> References: <1359896146.2754.19.camel@Renee-desktop.suse> <871ucvof60.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1360032206 16948 80.91.229.3 (5 Feb 2013 02:43:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Feb 2013 02:43:26 +0000 (UTC) Cc: guile-devel@gnu.org To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Feb 05 03:43:45 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 1U2YVd-0001NW-0D for guile-devel@m.gmane.org; Tue, 05 Feb 2013 03:43:45 +0100 Original-Received: from localhost ([::1]:39792 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2YVK-0007BQ-GN for guile-devel@m.gmane.org; Mon, 04 Feb 2013 21:43:26 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:42591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2YVH-0007BL-CZ for guile-devel@gnu.org; Mon, 04 Feb 2013 21:43:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U2YVG-0006vI-Cb for guile-devel@gnu.org; Mon, 04 Feb 2013 21:43:23 -0500 Original-Received: from mail-da0-f41.google.com ([209.85.210.41]:46637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2YVE-0006ut-08; Mon, 04 Feb 2013 21:43:20 -0500 Original-Received: by mail-da0-f41.google.com with SMTP id e20so2910927dak.28 for ; Mon, 04 Feb 2013 18:43:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:subject:from:to:cc:date:in-reply-to :references:organization:content-type:x-mailer:mime-version :content-transfer-encoding; bh=w6h5j44Hx8Pel7B/BXfZ4a2U6zA7or7/D/cCazFiZU8=; b=hlhzkB3WI+zseqmMWUc3M+6M3ILyWfkCQorXJ9Su5aSvmvn0fuu5rJ8q+I669KO/Tg HCfHMMc/HseZAGGdNHXVmJqmmSqNIu/9jVmGshxV+ilGqoQAotqKdzDPFkgGaS0H4Qiw XycW5cVIqsmjNPouV3OYEDuM8T82728TKQrrS+45yBCQzWURRff/XiBcLlXjjkYMtV4V f/7nLyrhDLsWfb5di6LthipWD57kisAsAKtvMdVRHbeYW9+gcX6Wf9YLZgOUTEL0TJRv gVS1OiFfJYJ94E0zqlo7h6R+5lIb9QqwYmrZgji8uMMZ8qtHYjdq1VbPjTo9uslledtA 2ORg== X-Received: by 10.66.90.98 with SMTP id bv2mr42559122pab.19.1360032198695; Mon, 04 Feb 2013 18:43:18 -0800 (PST) Original-Received: from [147.2.147.112] ([61.14.130.226]) by mx.google.com with ESMTPS id az8sm25548699pab.3.2013.02.04.18.43.15 (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 04 Feb 2013 18:43:17 -0800 (PST) In-Reply-To: <871ucvof60.fsf@gnu.org> X-Mailer: Evolution 3.4.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.210.41 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:15684 Archived-At: On Tue, 2013-02-05 at 00:03 +0100, Ludovic Courtès wrote: > Nala Ginrut skribis: > > > As mentioned in another thread about digest algorithm support in Guile, > > my plan is use part of implementation of libgcrypt and make a wrapper, > > then put into libguile. > > We probably don’t want Guile to depend on libgcrypt. > No, I didn't mean to use libgcrypt directly, I just suggested reuse part of libgcrypt code(only the common digest algorithm) and make wrapper, then put the C code in libguile. > So, instead, I’d suggest choosing the best of the 10 gcrypt FFI bindings > already mentioned ;-), and putting it in the guildhall. > > If you want to go further, you (or its authors) could submit it for > inclusion in libgcrypt proper. > The gcrypt-guile project is doing so, I'll help it if I can. But my original thought is orthogonal with gcrypt-guile, just put some common digest algorithm in libguile rather than a full-stack crypto-lib. My suggest opposed by many guys, since they don't think md5/sha are very common things. ;-) But I'm dealing with server & web framework development, so I need digest so much, and maybe it's no so common. I'll let this topic alone, till others found they have same requirements, or just forget about it. ;-D > Thanks, > Ludo’. > >