From: owner-cypherpunks@toad.com
To: N/A
Message Hash: df11f9210b8ad6a2c78a879094e39aa45cc677a31a6dfb4c3df02cdda718b8ea
Message ID: <QQaffj23137.199603012345@relay3.UU.NET>
Reply To: N/A
UTC Datetime: 1996-03-01 23:57:09 UTC
Raw Date: Sat, 2 Mar 1996 07:57:09 +0800
From: owner-cypherpunks@toad.com
Date: Sat, 2 Mar 1996 07:57:09 +0800
Subject: No Subject
Message-ID: <QQaffj23137.199603012345@relay3.UU.NET>
MIME-Version: 1.0
Content-Type: text/plain
Where can I find it? Please send ftp or URL via private E-Mail.
(define(RSA m e n)(list->string(u(r(s(string->list m))e n))))(define(u a)(if(>
a 0)(cons(integer->char(modulo a 256))(u(quotient a 256)))'()))(define(s a)(if
(null? a)0(+(char->integer(car a))(* 256(s(cdr a))))))(define(r a x n)(cond((=
0 x)1)((even? x)(modulo(expt(r a(/ x 2)n)2)n))(#t(modulo(* a(r a(1- x)n))n))))
Return to March 1996
Return to “owner-cypherpunks@toad.com”
1996-03-01 (Sat, 2 Mar 1996 07:57:09 +0800) - No Subject - owner-cypherpunks@toad.com