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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.58.237.102 with SMTP id vb6mr5538612vec.31.1386534693588; Sun, 08 Dec 2013 12:31:33 -0800 (PST) X-Received: by 10.182.158.167 with SMTP id wv7mr1442obb.29.1386534693387; Sun, 08 Dec 2013 12:31:33 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!news-out.readnews.com!news-xxxfer.readnews.com!209.85.216.88.MISMATCH!p15no13405834qaj.0!news-out.google.com!9ni3762qaf.0!nntp.google.com!ie8no2873016qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 8 Dec 2013 12:31:33 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=109.148.248.100; posting-account=pmkN8QoAAAAtIhXRUfydb0SCISnwaeyg NNTP-Posting-Host: 109.148.248.100 References: <1d445f04-b670-444f-9858-55da271fe17a@googlegroups.com> <6d347aed-dce2-4b55-9e35-603f18f06fcb@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4d388ebd-43b7-4dfb-9247-2b9fe215bd40@googlegroups.com> Subject: Re: Will Ada-95 Programs Written in MS Windows Run in MacOS and Linux Without Some Tweaking. From: Austin Obyrne Injection-Date: Sun, 08 Dec 2013 20:31:33 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:17917 Date: 2013-12-08T12:31:33-08:00 List-Id: On Sunday, December 8, 2013 8:10:27 PM UTC, Simon Wright wrote: > Austin Obyrne writes: > I think part of the t= rouble may be caused by one very large counting > array that is not really = necessary to the running of the program in > the program as follows, > > Co= uld I ask you to comment out all of this counting function and try > again.= I did this in general_decryption_program_mark_1.adb and it now starts runn= ing OK. I didn't check the others but I would expect this change to work fo= r them too. Digressing completely from 'vector' cryptography can I suggest experimentin= g with the "Scalable Key Cipher" until you get the line terminators sorted = and then come back to vector crypto later. Having three coefficients in vector cryptography can complicate things (I t= hink) Can I ask you to consider downloading, "Scalable Key Cipher" from=20 http:www.adacryptpages.com=20 and trying that as a precursor to the the more complicated "SureCrypt" algo= rithm later on. "Scalable Key" is scalar crypto - the ciphertext is a string of integers al= so but only one to each plaintext being encrypted instead of three as in Ve= ctor Crypto.