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-01-31 05:46:41 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news-FFM2.ecrc.net!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Free cryptographic library for Ada? Date: Sat, 31 Jan 2004 13:46:41 +0000 (UTC) Organization: PVV Message-ID: References: NNTP-Posting-Host: k-083152.nt.ntnu.no X-Trace: tyfon.itea.ntnu.no 1075556801 26681 129.241.83.152 (31 Jan 2004 13:46:41 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Sat, 31 Jan 2004 13:46:41 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:5145 Date: 2004-01-31T13:46:41+00:00 List-Id: On 2004-01-31, Peter C Chapin wrote: > > 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. I don't know if you can use this, but you can have a look at serpent: http://www.cl.cam.ac.uk/~rja14/serpent.html -- "Saving keystrokes is the job of the text editor, not the programming language."