========================================================================
  TODO (tthsum tiger tree hash creator/verifier)       wjd, 2004-2011
========================================================================

  Below is a list of possible improvements to tthsum.


------------------------------------------------------------------------
  Wishlist
------------------------------------------------------------------------
+ Provide a way to create digests of partial files. (Actually utilizing
  the properties of the Merkle tree.)
+ Enable selection of other hash methods, e.g. tiger4/192 (4 pass).
  (If we abstract the tiger_bp function away from the thex unit, check
  that passing function pointers does not decrease the hashing speed
  further.)
+ Optimize tthsum for common platforms. Unfortunately I know too little
  about either hashing functions or getting the most out of the CPU. So
  this is a bit out of my league. (The -march gcc option does not seem
  to be of much use.)


========================================================================
