Closed GoogleCodeExporter closed 9 years ago
I implemented SHA256 for a project and wanted to post source here for possible
inclusion. It follows the architecture of the corelib SHA1 and includes unit
tests. I
also created SHA224 (per the 2004 addition to the standard) along with unit
tests.
Original comment by benstu...@gmail.com
on 18 Feb 2007 at 9:45
Attachments:
I implemented SHA256 for a project and wanted to post source here for possible
inclusion. It follows the architecture of the corelib SHA1 and includes unit
tests. I
also created SHA224 (per the 2004 addition to the standard) along with unit
tests.
Original comment by benstu...@gmail.com
on 18 Feb 2007 at 9:50
Attachments:
Thanks Ben. I've used your implementation of SHA-256/SHA-224 because it's
based on
my SHA-1 that was already in the crypto package and it fits in well with what we
already have.
In the process, I also wanted to acknowledge Darrell Loverin from Adobe. He had
contributed a working SHA-256 hash that passed all of the unit tests.
Original comment by darron.schall
on 19 Feb 2007 at 12:06
Original issue reported on code.google.com by
darron.schall
on 23 Jan 2007 at 11:43