pkgsrc-wip/pycrypto/PLIST
Evaldo Gardenali 1f398b6135 pycrypto:
The Toolkit is a collection of cryptographic algorithms and protocols,
implemented for use from Python. The current release is 2.0.1. Among the
contents of the package:
    * Hash functions: MD2, MD4, RIPEMD, SHA256.
    * 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.
    * Some demo programs (currently all quite old and outdated).
2006-02-10 02:48:54 +00:00

84 lines
3 KiB
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/10 02:48:54 udontknow Exp $
${PYSITELIB}/Crypto/Cipher/AES.so
${PYSITELIB}/Crypto/Cipher/ARC2.so
${PYSITELIB}/Crypto/Cipher/ARC4.so
${PYSITELIB}/Crypto/Cipher/Blowfish.so
${PYSITELIB}/Crypto/Cipher/CAST.so
${PYSITELIB}/Crypto/Cipher/DES.so
${PYSITELIB}/Crypto/Cipher/DES3.so
${PYSITELIB}/Crypto/Cipher/IDEA.so
${PYSITELIB}/Crypto/Cipher/RC5.so
${PYSITELIB}/Crypto/Cipher/XOR.so
${PYSITELIB}/Crypto/Cipher/__init__.py
${PYSITELIB}/Crypto/Cipher/__init__.pyc
${PYSITELIB}/Crypto/Cipher/__init__.pyo
${PYSITELIB}/Crypto/Hash/HMAC.py
${PYSITELIB}/Crypto/Hash/HMAC.pyc
${PYSITELIB}/Crypto/Hash/HMAC.pyo
${PYSITELIB}/Crypto/Hash/MD2.so
${PYSITELIB}/Crypto/Hash/MD4.so
${PYSITELIB}/Crypto/Hash/MD5.py
${PYSITELIB}/Crypto/Hash/MD5.pyc
${PYSITELIB}/Crypto/Hash/MD5.pyo
${PYSITELIB}/Crypto/Hash/RIPEMD.so
${PYSITELIB}/Crypto/Hash/SHA.py
${PYSITELIB}/Crypto/Hash/SHA.pyc
${PYSITELIB}/Crypto/Hash/SHA.pyo
${PYSITELIB}/Crypto/Hash/SHA256.so
${PYSITELIB}/Crypto/Hash/__init__.py
${PYSITELIB}/Crypto/Hash/__init__.pyc
${PYSITELIB}/Crypto/Hash/__init__.pyo
${PYSITELIB}/Crypto/Protocol/AllOrNothing.py
${PYSITELIB}/Crypto/Protocol/AllOrNothing.pyc
${PYSITELIB}/Crypto/Protocol/AllOrNothing.pyo
${PYSITELIB}/Crypto/Protocol/Chaffing.py
${PYSITELIB}/Crypto/Protocol/Chaffing.pyc
${PYSITELIB}/Crypto/Protocol/Chaffing.pyo
${PYSITELIB}/Crypto/Protocol/__init__.py
${PYSITELIB}/Crypto/Protocol/__init__.pyc
${PYSITELIB}/Crypto/Protocol/__init__.pyo
${PYSITELIB}/Crypto/PublicKey/DSA.py
${PYSITELIB}/Crypto/PublicKey/DSA.pyc
${PYSITELIB}/Crypto/PublicKey/DSA.pyo
${PYSITELIB}/Crypto/PublicKey/ElGamal.py
${PYSITELIB}/Crypto/PublicKey/ElGamal.pyc
${PYSITELIB}/Crypto/PublicKey/ElGamal.pyo
${PYSITELIB}/Crypto/PublicKey/RSA.py
${PYSITELIB}/Crypto/PublicKey/RSA.pyc
${PYSITELIB}/Crypto/PublicKey/RSA.pyo
${PYSITELIB}/Crypto/PublicKey/__init__.py
${PYSITELIB}/Crypto/PublicKey/__init__.pyc
${PYSITELIB}/Crypto/PublicKey/__init__.pyo
${PYSITELIB}/Crypto/PublicKey/pubkey.py
${PYSITELIB}/Crypto/PublicKey/pubkey.pyc
${PYSITELIB}/Crypto/PublicKey/pubkey.pyo
${PYSITELIB}/Crypto/PublicKey/qNEW.py
${PYSITELIB}/Crypto/PublicKey/qNEW.pyc
${PYSITELIB}/Crypto/PublicKey/qNEW.pyo
${PYSITELIB}/Crypto/Util/RFC1751.py
${PYSITELIB}/Crypto/Util/RFC1751.pyc
${PYSITELIB}/Crypto/Util/RFC1751.pyo
${PYSITELIB}/Crypto/Util/__init__.py
${PYSITELIB}/Crypto/Util/__init__.pyc
${PYSITELIB}/Crypto/Util/__init__.pyo
${PYSITELIB}/Crypto/Util/number.py
${PYSITELIB}/Crypto/Util/number.pyc
${PYSITELIB}/Crypto/Util/number.pyo
${PYSITELIB}/Crypto/Util/randpool.py
${PYSITELIB}/Crypto/Util/randpool.pyc
${PYSITELIB}/Crypto/Util/randpool.pyo
${PYSITELIB}/Crypto/Util/test.py
${PYSITELIB}/Crypto/Util/test.pyc
${PYSITELIB}/Crypto/Util/test.pyo
${PYSITELIB}/Crypto/__init__.py
${PYSITELIB}/Crypto/__init__.pyc
${PYSITELIB}/Crypto/__init__.pyo
${PYSITELIB}/Crypto/test.py
${PYSITELIB}/Crypto/test.pyc
${PYSITELIB}/Crypto/test.pyo
@dirrm ${PYSITELIB}/Crypto/Util
@dirrm ${PYSITELIB}/Crypto/PublicKey
@dirrm ${PYSITELIB}/Crypto/Protocol
@dirrm ${PYSITELIB}/Crypto/Hash
@dirrm ${PYSITELIB}/Crypto/Cipher
@dirrm ${PYSITELIB}/Crypto