chalos / crypto-js

Automatically exported from code.google.com/p/crypto-js
0 stars 0 forks source link

Add support for Whirlpool digest #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Would be nice to include an implementation of the Whirlpool digest. 

Whirlpool is a cryptographic hash function, and furthermore

 * is not (and will never be) patented - it may be used free of charge for any purpose
 * has been adopted by the International Organization for Standardization (ISO)
 * there are no known security weaknesses

Source: http://en.wikipedia.org/wiki/Whirlpool_(cryptography)

I immediately found two existing JavaScript implementations:

 * http://etherhack.co.uk/hashing/whirlpool/whirlpool.html
 * http://www.sunsean.com/Whirlpool.html

Maybe one of the authors is happy to share their code?

Original issue reported on code.google.com by interf...@p3k.org on 24 Mar 2012 at 11:54

GoogleCodeExporter commented 8 years ago

Original comment by Jeff.Mott.OR on 24 Mar 2012 at 11:59