Re: Help creating Tiger hash function in Python

2007-05-07 Thread Vyacheslav Maslov
I am a Uni student and for a project in Information Systems Security due in just under two weeks, I have tried to make a Python version of the Biham / Anderson Tiger Hash function. I have put the original C source and my two files Tiger.py and doHash.py on my website:

Help creating Tiger hash function in Python

2007-05-06 Thread Mark Livingstone
Hello! I am a Uni student and for a project in Information Systems Security due in just under two weeks, I have tried to make a Python version of the Biham / Anderson Tiger Hash function. I have put the original C source and my two files Tiger.py and doHash.py on my website: