ADDING NEW HASHES
=================

To add a new hash to CalcChecksum,
you have to add it to the GUI, of course.
But there are also a few other positions
in CalcChecksum, you have to change:

* calcchecksum.h:  struct todo_t {...};

* calcchecksum.cpp:  void CalcChecksum::initTodo()

* calcchecksum.cpp:  void CalcChecksum::fillTodo()

* calcchecksum.cpp:  bool CalcChecksum::walkThroughTodo()

* calcchecksum.cpp:  void analyseTodoList()

* notblockingcalls.h && notblockingcalls.cpp:  The calculation initializition

* selftest.cpp:  void doSelfTest()

* and of course you have to add the algorithm-class itself. :)
