diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-08-31 13:43:19 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-08-31 13:43:19 (GMT) |
commit | 5a9618e069cf170d06b95e92f170e4b9c539b617 (patch) | |
tree | 640e867bc7fbb82e1687acbaa78c199ca99bdb94 /Misc/cheatsheet | |
parent | 6a507a104d3a47217b3df66148d7edf40f0e2a0f (diff) | |
download | cpython-5a9618e069cf170d06b95e92f170e4b9c539b617.zip cpython-5a9618e069cf170d06b95e92f170e4b9c539b617.tar.gz cpython-5a9618e069cf170d06b95e92f170e4b9c539b617.tar.bz2 |
Remove mpz, rotor
Diffstat (limited to 'Misc/cheatsheet')
-rw-r--r-- | Misc/cheatsheet | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/cheatsheet b/Misc/cheatsheet index 487949a..525772d 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 |