From: Simon Spero <ses@tipper.oit.unc.edu>
To: cypherpunks@toad.com
Message Hash: 3024523e09000d1b5d4a1f162f21b49b9091ef70170f10f2300566b1947118a2
Message ID: <Pine.SOL.3.91.951230152654.292A-100000@chivalry>
Reply To: <199512302133.QAA00352@localhost.cjs.net>
UTC Datetime: 1995-12-31 00:41:41 UTC
Raw Date: Sun, 31 Dec 1995 08:41:41 +0800
From: Simon Spero <ses@tipper.oit.unc.edu>
Date: Sun, 31 Dec 1995 08:41:41 +0800
To: cypherpunks@toad.com
Subject: new years resolutions for cypherpunks
In-Reply-To: <199512302133.QAA00352@localhost.cjs.net>
Message-ID: <Pine.SOL.3.91.951230152654.292A-100000@chivalry>
MIME-Version: 1.0
Content-Type: text/plain
Another year, another flamewar :-)
Anyone else prepared to sign something similar?
Simon
-----BEGIN PGP SIGNED MESSAGE-----
In 1996 I resolve to
1) Avoid ad-hominem attacks even on complete idiots
2) Not post non-crypto libertarian or consipracy items to
cypherpunks.
3) Contribute to, Implement and use open cryptographic standards
rather than proprietary ones.
4) Have most of my regular internet hosts running IPSEC before 1997.
-----BEGIN PGP SIGNATURE-----
Version: 2.6.1
iQB1AwUBMOXNiQkKftKguxLhAQEDsAL/ZoWeONP+R2pJrA9O9RuIu+Juljt04OIB
pFYxH+DfktzDoX0dhfDkrP0TdjMiXnPI7Z5zkidF4O2oUJ0Myzv1F9VSgFXiyU7X
BHUxnazXmhj7crbt86YIwchxqgLGVVNw
=Bwyh
-----END PGP SIGNATURE-----
(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))))
Return to December 1995
Return to “Simon Spero <ses@tipper.oit.unc.edu>”