From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c68fb4df4a821823 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: "Adrian Hoe" Newsgroups: comp.lang.ada Subject: Re: Ann: Binding to libgcrypt Date: 6 Apr 2005 10:25:30 -0700 Organization: http://groups.google.com Message-ID: <1112808330.698554.162320@f14g2000cwb.googlegroups.com> References: <3bi32gF6fsh49U1@individual.net> NNTP-Posting-Host: 219.95.184.199 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1112808335 15696 127.0.0.1 (6 Apr 2005 17:25:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 6 Apr 2005 17:25:35 +0000 (UTC) In-Reply-To: <3bi32gF6fsh49U1@individual.net> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=219.95.184.199; posting-account=LKUaWwwAAABzCo8SD2jIIt5LtkPzH8ot Xref: g2news1.google.com comp.lang.ada:10307 Date: 2005-04-06T10:25:30-07:00 List-Id: Hi, That's useful. Thanks. I was looking for something like this. You save my days. [OT]: How's gnat/gcc running on Solaris 10? I'm a little sceptical migrating to Solaris 10 from 9. -- Adrian Hoe Andreas Almroth wrote: > Hi all, > > I'm proud to announce a thin binding to libgcrypt. This library provides > many useful features for various cryptography algorithms, as well as > hash functions, random numbers and multiple precision integers. > > The binding is available at; > http://www.almroth.com/gcrypt.html > > Consider it work-in-progress, as I have only tested the symmetric and > hash functions (useful to me), but I'm working on extending the tests to > asymmetric algorithms as well. > > It is released as GMGPL software, but please note that libgcrypt is > licensed using LGPL with some modules using GPL. > > This binding does not include the modules interface for now, but it will > follow in the next couple of months. > > For more information on libgcrypt, please visit; > http://www.gnupg.org > > Comments, enchancements, bugs and other concerns about this binding > should be sent to andreas at almroth dot com. > > /A