From: Andrew M. Kuchling Date: Tue, 31 Aug 2004 13:43:19 +0000 (+0000) Subject: Remove mpz, rotor X-Git-Tag: v2.4a3~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a9618e069cf170d06b95e92f170e4b9c539b617;p=python Remove mpz, rotor --- diff --git a/Misc/cheatsheet b/Misc/cheatsheet index 487949a55e..525772d7c3 100644 --- a/Misc/cheatsheet +++ b/Misc/cheatsheet @@ -2073,8 +2073,7 @@ zipfile Read & write PK zipped files. * 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