[46896] in Cypherpunks
Bignum support added to XLISP 2.1h
daemon@ATHENA.MIT.EDU (Peter Wayner)
Wed Jan 10 11:36:56 1996
Date: Wed, 10 Jan 1996 11:26:49 -0500
To: cypherpunks@toad.com
From: pcw@access.digex.net (Peter Wayner)
Many cypherpunks might enjoy programming in XLISP 2.1h because the freely
available implementation of LISP now offers support for BIGNUMS. That means
it is quite easy to write cryptographic algorithms that use very large
numbers without adding extra support. The downside is that the language is
interpretted and thus much slower than something like C.
It should also be possible to write RSA in a very short XLISP program. I
don't know if you can do 4 lines, but it should be quite short.
-Peter