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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8947310381c2a3f X-Google-Attributes: gid103376,public From: "Bob Klungle" Subject: Re: Ada & Encryption / Compression Date: 1997/03/05 Message-ID: <01bc293a$4e971f20$d96f1fcc@p5120.bda>#1/1 X-Deja-AN: 223213556 References: <5fikh7$ras$1@nargun.cc.uq.edu.au> Organization: B & D Associates X-NETCOM-Date: Wed Mar 05 1:50:41 AM CST 1997 Newsgroups: comp.lang.ada Date: 1997-03-05T01:50:41-06:00 List-Id: Bit level operations are part of the Interfaces package in Ada95. Much easier than in Ada83. Go for it. Might learn a lot. cheers...bob > I am thinking about writing an RSA encryption (or some other encryption) > package. I would like to do it in Ada (rather than the suggested C), but > am not an Ada expert and do not know if I would just be making things > difficult for myself. > > Has anyone had any similar (bit level) experience and can comment or > perhaps point me somewhere?