new years resolutions for cypherpunks

Simon Spero ses at tipper.oit.unc.edu
Sat Dec 30 16:41:41 PST 1995


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))))







More information about the cypherpunks-legacy mailing list