PySkein 0.3
-----------

PySkein provides the family of Skein hashing algorithms in a Python module.
I wrote it mainly to teach myself how to write Python extension modules,
and to enable convenient experimentation with and analysis of these
recently proposed algorithms.  (For information on Skein, see
http://www.schneier.com/skein.html)


Installation
------------

You need a Python version >=3.0!
To install globally run (with appropriate permissions)

python3.0 setup.py install

To install locally (e.g. into your home directory) run

python3.0 setup.py install --user


Documentation
-------------

see doc/index.html


Copyright and License Information
---------------------------------

Copyright 2008, 2009 Hagen Fürstenau
Licensed under the GPL version 3.  For the license text see the file "LICENSE".
