Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!ulysses!ulysses.att.com!smb From: smb@ulysses.att.com (Steven Bellovin) Newsgroups: comp.unix.wizards Subject: Re: Arbitrary precision math Message-ID: <13103@ulysses.att.com> Date: 12 Jun 90 15:56:14 GMT References: <2598@zipeecs.umich.edu> Sender: netnews@ulysses.att.com Lines: 21 In article <2598@zipeecs.umich.edu>, gilgalad@dip.eecs.umich.edu (Ralph Seguin) writes: > Hi. Anybody know where I can pick up the source to dc? > What about RSA cyphering routines? Last time you posted this query, I pointed out that bc was developed by AT&T, and is covered by AT&T's license agreements. Guess what -- the same is true for dc. I also pointed out that RSA is covered by a U.S. patent. At any rate, if you're looking for just the multiple precision arithmetic stuff, the following was posted to sci.crypt (to which I referred you) a couple of weeks ago: Kevin Coombes's "arith", ftp.math.lsa.umich.edu: pub/kevin/arith.tar.Z Henri Cohen's "pari", math.ucla.edu: pub/pari J Vuillemin et al's "bignum", email to librarian@decprl.dec.com Pari is copyrighted, but freely redistributable unmodified and in its entirety. Airth is copyrighted and covered by the GNU ``copyleft''. I don't have a copy of bignum, and don't know the restrictions on it, if any.