Thanks for writing this. Two small things.
1. If you have a SHA-256 implementation somewhere else,
could you run the strings from sha1_test.go (same as in
md5_test.go) through it to generate a bigger test table?
I know things are correct now, but especially if we end up
with assembly versions of the block routine, the small tests
at the beginning of the usual list are good for building confidence.
2. Could you please complete a CLA as described at
http://golang.org/doc/contribute.html#copyright?
Thanks.
Russ
Thanks, I updated the tests and completed the CLA.
On 2009/12/13 05:17:08, rsc wrote:
> Thanks for writing this. Two small things.
>
> 1. If you have a SHA-256 implementation somewhere else,
> could you run the strings from sha1_test.go (same as in
> md5_test.go) through it to generate a bigger test table?
> I know things are correct now, but especially if we end up
> with assembly versions of the block routine, the small tests
> at the beginning of the usual list are good for building confidence.
>
> 2. Could you please complete a CLA as described at
> http://golang.org/doc/contribute.html#copyright?
>
> Thanks.
> Russ
>
Issue 176062: code review 176062: Adds the SHA256 Hash functions as specified in FIPS 180-2.
(Closed)
Created 16 years ago by andy davis
Modified 16 years ago
Reviewers:
Base URL:
Comments: 0