This is libgcrypt-py version 0.1.0

The goal of this module is to expose the major functionality of
libgcrypt to python programs.

Major Functionality:                Status:

Symetric Ciphers                    Should work in ECB, CBC,
(AES, Blowfish, Twofish, 3des)      and CBC w/ CTS modes.

Cryptographic Hash Functions        Should work.
(MD5, SHA1, RMD-160, Tiger)

Public Key Cryptography             Should work.
(RSA, ElGamal, DSA)

There's some documentation in the "doc" directory. It might help
you give this a try. I wouldn't be using this code for production
applications quite yet.

If you're interested in contributing in any way, please join the
mailing list:
http://lists.sourceforge.net/lists/listinfo/libgcrypt-py-devel
