[Python-checkins] python/dist/src/Misc cheatsheet,1.8,1.9

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Tue Aug 31 15:43:21 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29691

Modified Files:
	cheatsheet 
Log Message:
Remove mpz, rotor

Index: cheatsheet
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/cheatsheet,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- cheatsheet	13 Mar 2004 20:27:23 -0000	1.8
+++ cheatsheet	31 Aug 2004 13:43:19 -0000	1.9
@@ -2073,8 +2073,7 @@
 * Cryptographic Extensions *
 
             md5         Interface to RSA's MD5 message digest algorithm
-            mpz         Interface to int part of GNU multiple precision library
-            rotor       Implementation of a rotor-based encryption algorithm
+            sha         Interface to the SHA message digest algorithm
             HMAC        Keyed-Hashing for Message Authentication -- RFC 2104.
 
 * Stdwin * Standard Window System



More information about the Python-checkins mailing list