1996-01-10 - Bignum support added to XLISP 2.1h

Header Data

From: pcw@access.digex.net (Peter Wayner)
To: cypherpunks@toad.com
Message Hash: 9a78702da4659574792fd498c051d51970e06cfd6406ada343a35ba65cf68a04
Message ID: <v02130502ad193fbd1b75@[199.125.128.5]>
Reply To: N/A
UTC Datetime: 1996-01-10 16:35:08 UTC
Raw Date: Thu, 11 Jan 1996 00:35:08 +0800

Raw message

From: pcw@access.digex.net (Peter Wayner)
Date: Thu, 11 Jan 1996 00:35:08 +0800
To: cypherpunks@toad.com
Subject: Bignum support added to XLISP 2.1h
Message-ID: <v02130502ad193fbd1b75@[199.125.128.5]>
MIME-Version: 1.0
Content-Type: text/plain



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








Thread