I wonder how to get whirlpool hash of a file. I can't find the definition for this in HashAlgorithm.
I'm working on a app which will calculate the hash of a file in few known hashing algorithms such as MD5, SHA1, SHA224, etc.
Any ideas?
EDIT. Since I have found source it is very complicated to run. Is there any easier solution for this?