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,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Andreas Almroth Newsgroups: comp.lang.ada Subject: Ann: Binding to libgcrypt Date: Wed, 06 Apr 2005 13:28:30 +0100 Message-ID: <3bi32gF6fsh49U1@individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net YPJQx/q7B02/0RP9RbfmzgzHbMyQpUBSGZyjWTlml3w1YIkzP+ User-Agent: Mozilla Thunderbird 1.0 (X11/20050127) X-Accept-Language: en-us, en Xref: g2news1.google.com comp.lang.ada:10300 Date: 2005-04-06T13:28:30+01:00 List-Id: 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