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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3480cd8663df7eb8,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-30 17:08:35 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.wirehub.nl!yellow.newsread.com!bad-news.newsread.com!news-toy.newsread.com!netaxs.com!newsread.com!POSTED.monger.newsread.com!not-for-mail From: Peter C. Chapin Newsgroups: comp.lang.ada Subject: Free cryptographic library for Ada? Message-ID: Organization: Kelsey Mountain Software X-Newsreader: MicroPlanet Gravity v2.50 Date: Sat, 31 Jan 2004 01:03:22 GMT NNTP-Posting-Host: 216.114.163.9 X-Complaints-To: Abuse Role , We Care X-Trace: monger.newsread.com 1075511002 216.114.163.9 (Fri, 30 Jan 2004 20:03:22 EST) NNTP-Posting-Date: Fri, 30 Jan 2004 20:03:22 EST Xref: archiver1.google.com comp.lang.ada:5131 Date: 2004-01-31T01:03:22+00:00 List-Id: Hello! I am designing a security sensitive application and I would like to use Ada to develop it. This is something of a hobby project so it is very low budget. In my application I need to make secure hashes and digital signatures along with the necessary key management that implies. I'm looking for a free (GPL or similar license) crypto library written entirely in Ada. I don't particularly want to link to a C library since part of the point of using Ada in this case is specifically to avoid C. Does such a library exist? I've been prowling around on the 'net but so far the projects I've turned up are very incomplete and inactive looking. TIA Peter