          MODULE=pycrypto
         VERSION=2.5
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://ftp.dlitz.net/pub/dlitz/crypto/$MODULE
      SOURCE_VFY=sha1:1fe50712e0776b45900f8032357201239223ab7e
        WEB_SITE=http://www.dlitz.net/software/pycrypto
         ENTERED=20030210
         UPDATED=20120201
           SHORT="Crypto module for python"

cat << EOF
The Toolkit is a collection of cryptographic algorithms and protocols,
implemented for use from Python. Among the contents of the package:
    * Hash functions: MD2, MD4, RIPEMD.
    * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES,
      Triple-DES, IDEA, RC5.
    * Stream encryption algorithms: ARC4, simple XOR.
    * Public-key algorithms: RSA, DSA, ElGamal, qNEW.
    * Protocols: All-or-nothing transforms, chaffing/winnowing.
    * Miscellaneous: RFC1751 module for converting 128-key keys into a
      set of English words, primality testing.
EOF
