1996-01-15 - No Subject

Header Data

From: A5113643667@attpls.net (Tom Jones)
To: cypherpunks@toad.com (Cypherpunks)
Message Hash: 6877131eccccc6c4fffcb2ecc1cbadfb66f217a225f9a37d92043860592da912
Message ID: <702E77E5>
Reply To: N/A
UTC Datetime: 1996-01-15 03:02:03 UTC
Raw Date: Mon, 15 Jan 1996 11:02:03 +0800

Raw message

From: A5113643667@attpls.net (Tom Jones)
Date: Mon, 15 Jan 1996 11:02:03 +0800
To: cypherpunks@toad.com (Cypherpunks)
Subject: No Subject
Message-ID: <702E77E5>
MIME-Version: 1.0
Content-Type: text/plain


Dear Cypherpunks,

I believe that ViaCrypt still has one available, altho it is not very
popular.

Peacd

---
 NOTICE: This message originally included graphics and/or sounds which
can only be received by AT&T PersonaLink(sm) subscribers. You received
only the text portion(s) of the message.  Please contact the sender for
information that was deleted. To learn how to send and receive
graphics, voice and text messages via AT&T PersonaLink Services, call
1-800-936-LINK.  

----------------
Received: by attpls.net with Magicmail;13 Jan 96 22:11:45 UT
Date: 15 Jan 96 02:46:57 UT
Sender: owner-cypherpunks@toad.com (owner-cypherpunks)
From: owner-cypherpunks@toad.com (owner-cypherpunks)
Subject: RSA accellerators on ISA/PCI cards?
To: cypherpunks@toad.com (Cypherpunks)
Message-Id: <Pine.SOL.3.91.960113125755.22437B-100000@chivalry>
X-X-SENDER: ses@chivalry

Does anybody have any recommendations for a good RSA accellerator 
available on an ISA/PCI card? I'm looking for something that can be
used 
with numerous public/private keys, though the ability to have one 
tamperproof key would be a bonus.

Thanks
Simon
----
(defun modexpt (x y n)  "computes (x^y) mod n"
  (cond ((= y 0) 1) 	((= y 1) (mod x n))
	((evenp y) (mod (expt (modexpt x (/ y 2) n) 2) n))
	(t (mod (* x (modexpt x (1- y) n)) n))))


----------------






Thread