This is a javascript implementation of the Whirlpool Hash. Since browsers only support 32bit binary operators all 64bit longs have been replaced with 2 - 32bit ints. If you have any suggestions, please feel free to email me:
Usage:
Whirlpool("string");
Whirlpool.init().add("abc").add("def").finalize();