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 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-01 17:12:00 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!news.glorb.com!cox.net!news-xfer.cox.net!p01!lakeread01.POSTED!not-for-mail From: "R. Srinivasan" Newsgroups: comp.lang.ada References: Subject: Re: Free cryptographic library for Ada? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: Date: Sun, 1 Feb 2004 20:16:03 -0500 NNTP-Posting-Host: 68.110.212.185 X-Complaints-To: abuse@cox.net X-Trace: lakeread01 1075684319 68.110.212.185 (Sun, 01 Feb 2004 20:11:59 EST) NNTP-Posting-Date: Sun, 01 Feb 2004 20:11:59 EST Organization: Cox Communications Xref: archiver1.google.com comp.lang.ada:5173 Date: 2004-02-01T20:16:03-05:00 List-Id: For digital signatures, I developed a framework and implementations of : MD5, SHA-1, HAVAL etc. I also started on a framework for implementing multiple cipher algorithms but only got rc6 done. I will be happy to share it. you may email me @ r.srinivasan[nospam]@cox.net "Peter C. Chapin" wrote in message news:MPG.1a84c8f7e97f41d398968b@news.sover.net... > > 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