ANN: python-mhash 1.0

Gustavo Niemeyer niemeyer at conectiva.com
Sun Feb 10 02:04:26 EST 2002


Hello everyone!

Just a side note before introducing this interface to mhash. Even if
you're not interested in the hash algorithms by theirselves, this
extension is a nice example of usage of some of the new features
Python 2.2 offers at the C level, including subclassing of types.

http://mhash.sourceforge.net

Description
-----------

The python mhash module provides an interface for the mhash library.
The mhash library provides an easy way to access strong hashes such as
MD5, SHA1 and other algorithms.

Features
--------

The python-mhash module provides the following features:

o  Free software (GNU Lesser General Public License)
o  Reentrancy support (*)
o  Support for known strong algorithms (*)
o  Support for less-known algorithms such as GOST (*)
o  Support for HMAC hashing (*)
o  Support for Python newstyle classes, allowing subclassing
o  Unittests testing functionality provided by the module

(*) mhash library features

Disclaimer
----------

Please read the file LICENSE before using python-mhash. It's
licensed under LGPL.

New Versions
------------

Information on how to retrieve new versions of mhash and python-mhash
can be found on http://mhash.sourceforge.net.

Credits
-------

Please read the file AUTHORS.

-- 
Gustavo Niemeyer

[ 2AAC 7928 0FBF 0299 5EB5  60E2 2253 B29A 6664 3A0C ]




More information about the Python-list mailing list