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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,eec376a334ad59ed X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-03 03:16:07 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: antonio_duran@hotmail.com (Antonio Duran) Newsgroups: comp.lang.ada Subject: Re: hashing Date: 3 May 2002 03:16:07 -0700 Organization: http://groups.google.com/ Message-ID: References: <1b2t8.507$na.19833@news8-gui.server.ntli.net> NNTP-Posting-Host: 192.101.1.126 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1020420967 9882 127.0.0.1 (3 May 2002 10:16:07 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 3 May 2002 10:16:07 GMT Xref: archiver1.google.com comp.lang.ada:23483 Date: 2002-05-03T10:16:07+00:00 List-Id: I've been using for that purposes the same hash algorithm used in java that is, as a matter of fact, the hash algorithm cited on Robert Sedgewick's Algorithms book. Look at the source of the hash method for Java String class and translate it into Ada.