From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_V=F6gele?= Newsgroups: gmane.lisp.guile.devel Subject: mpz_import (was: scm_from_ipv6) Date: Mon, 23 Aug 2004 14:25:06 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <77888DE4-F4FF-11D8-9F1C-000D93673682@gmx.net> References: <877jrqr7ni.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1093263987 14605 80.91.224.253 (23 Aug 2004 12:26:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Aug 2004 12:26:27 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Aug 23 14:26:22 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BzDu1-0004EX-00 for ; Mon, 23 Aug 2004 14:26:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BzDyU-0005zx-4F for guile-devel@m.gmane.org; Mon, 23 Aug 2004 08:30:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BzDy9-0005yW-Bl for guile-devel@gnu.org; Mon, 23 Aug 2004 08:30:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BzDy7-0005y4-9a for guile-devel@gnu.org; Mon, 23 Aug 2004 08:30:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BzDy7-0005y1-3u for guile-devel@gnu.org; Mon, 23 Aug 2004 08:30:35 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1BzDt8-0001Yi-CN for guile-devel@gnu.org; Mon, 23 Aug 2004 08:25:27 -0400 Original-Received: (qmail 30862 invoked by uid 65534); 23 Aug 2004 12:25:14 -0000 Original-Received: from pD95E947F.dip.t-dialin.net (EHLO [192.168.1.15]) (217.94.148.127) by mail.gmx.net (mp026) with SMTP; 23 Aug 2004 14:25:14 +0200 X-Authenticated: #14729429 In-Reply-To: Original-To: guile-devel@gnu.org X-Mailer: Apple Mail (2.619) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 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 Xref: main.gmane.org gmane.lisp.guile.devel:4015 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4015 Marius Vollmer writes: > [...] I was thinking whether we should export something like > mpz_import and mpz_export for our integers in general. Such an > operation is obviously needed sometimes. I think that's a good idea. I could, for example, use such wrappers to convert message digests into bigints. Currently, I use scm_ash and scm_sum in a loop to convert MD5 hashes into numbers. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel