chalos / crypto-js

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

SHA 512 implementation #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Implement SHA-512.

Existing implementations under BSD license are at:
http://jssha.sourceforge.net/
http://pajhome.org.uk/crypt/md5/sha512.html

Original issue reported on code.google.com by onionj...@gmail.com on 9 Mar 2012 at 8:50

GoogleCodeExporter commented 8 years ago

Original comment by Jeff.Mott.OR on 9 Mar 2012 at 8:57

GoogleCodeExporter commented 8 years ago
Issue 33 has been merged into this issue.

Original comment by Jeff.Mott.OR on 12 Apr 2012 at 4:19

GoogleCodeExporter commented 8 years ago
Might I suggest that SHA-224, SHA-256, SHA-384, SHA-512 all be supported?  
While 224 and 384 are less used it makes sense to use something similar to the 
MySQL implementation where the bits are specified or defaulted. 

Original comment by rwm...@gmail.com on 20 Apr 2012 at 6:28

GoogleCodeExporter commented 8 years ago
I've tried importing http://pajhome.org.uk/crypt/md5/sha512.html but result 
wasn't the expected.

Original comment by zeo...@gmail.com on 20 Apr 2012 at 7:12

GoogleCodeExporter commented 8 years ago
All four SHA-2 variants are now available in the current release.

Original comment by Jeff.Mott.OR on 6 May 2012 at 7:54