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: fb57f,9d00a7db22818139,start X-Google-Attributes: gidfb57f,public X-Google-Thread: 103376,9d00a7db22818139,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-25 19:32:29 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!newsfeed.berkeley.edu!ucberkeley!dispose.news.demon.net!news.demon.co.uk!demon!extropy.demon.co.uk!not-for-mail From: "Julian Morrison" Newsgroups: comp.lang.ada,sci.crypt Subject: Arcfour in Ada Date: Mon, 26 Feb 2001 03:27:26 +0000 Message-ID: <983158039.27320.0.nnrp-08.9e98cc46@news.demon.co.uk> NNTP-Posting-Host: extropy.demon.co.uk X-NNTP-Posting-Host: extropy.demon.co.uk:158.152.204.70 X-Trace: news.demon.co.uk 983158039 nnrp-08:27320 NO-IDENT extropy.demon.co.uk:158.152.204.70 X-Complaints-To: abuse@demon.net User-Agent: Pan/0.9.3 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Tranfer-Encoding: 8bit X-No-Productlinks: Yes Xref: supernews.google.com comp.lang.ada:5530 sci.crypt:18983 Date: 2001-02-26T03:27:26+00:00 List-Id: http://download.sourceforge.net/fling/arcfour-ada-1.0.0.tar.gz This code has been created for use with the Fling project (http://fling.sourceforge.net/). This is ArcFour (Alleged RC4), CipherSaber variant, capable of CipherSaber-1 and CipherSaber-2. It is coded in Ada, and is dependent on AUnit and Formatted_Output (available via the AdaPower site). It's probably pretty GNAT-dependent too, since I've had no need to compile it anywhere else. If you want fixes, send patches and/or bug reports via Fling's SourceForge patch tracker. This code has been placed in the public domain by its author. Release notes: first full release, all unit tests pass, but it may be implementation dependant.