           SPELL=pycrypto
         VERSION=2.0.1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.amk.ca/files/python/crypto/$SOURCE
     SOURCE_HASH=sha1:c77cdefdfb06e4749690013a9a9e1600ab14e26f
      LICENSE[0]=CNRIPython
        WEB_SITE=http://www.amk.ca/python/code/crypto.html
         ENTERED=20031205
        KEYWORDS="crypto python devel"
           SHORT='The Toolkit is a collection of cryptographic algorithms and protocols'
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
