Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(533)

Issue 176062: code review 176062: Adds the SHA256 Hash functions as specified in FIPS 180-2. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 3 months ago by andy davis
Modified:
15 years, 3 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

Adds the SHA256 Hash functions as specified in FIPS 180-2.

Patch Set 1 #

Patch Set 2 : code review 176062: Adds the SHA256 Hash functions as specified in FIPS 180-2. #

Patch Set 3 : code review 176062: Adds the SHA256 Hash functions as specified in FIPS 180-2. #

Patch Set 4 : code review 176062: Adds the SHA256 Hash functions as specified in FIPS 180-2. #

Patch Set 5 : code review 176062: Adds the SHA256 Hash functions as specified in FIPS 180-2. #

Patch Set 6 : code review 176062: Adds the SHA256 Hash functions as specified in FIPS 180-2. #

Patch Set 7 : code review 176062: Adds the SHA256 Hash functions as specified in FIPS 180-2. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+333 lines, -0 lines) Patch
M src/pkg/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/crypto/sha256/Makefile View 1 chunk +12 lines, -0 lines 0 comments Download
A src/pkg/crypto/sha256/sha256.go View 1 chunk +123 lines, -0 lines 0 comments Download
A src/pkg/crypto/sha256/sha256_test.go View 1 2 3 4 5 6 1 chunk +68 lines, -0 lines 0 comments Download
A src/pkg/crypto/sha256/sha256block.go View 1 2 1 chunk +129 lines, -0 lines 0 comments Download

Messages

Total messages: 7
andy davis
Hello golang-dev@googlegroups.com, I'd like you to review the following change.
15 years, 3 months ago (2009-12-13 03:09:34 UTC) #1
andy davis
Hello golang-dev@googlegroups.com, I'd like you to review the following change.
15 years, 3 months ago (2009-12-13 03:58:01 UTC) #2
rsc
Thanks for writing this. Two small things. 1. If you have a SHA-256 implementation somewhere ...
15 years, 3 months ago (2009-12-13 05:17:08 UTC) #3
andy davis
Thanks, I updated the tests and completed the CLA. On 2009/12/13 05:17:08, rsc wrote: > ...
15 years, 3 months ago (2009-12-13 05:49:51 UTC) #4
andy davis
Added the test strings from SHA1 and cleaned up comments.
15 years, 3 months ago (2009-12-14 23:05:00 UTC) #5
rsc
LGTM Thanks.
15 years, 3 months ago (2009-12-14 23:07:27 UTC) #6
rsc
15 years, 3 months ago (2009-12-14 23:09:52 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=02c4988339a3 ***

crypto/sha256: new package

R=rsc
CC=golang-dev
http://codereview.appspot.com/176062

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b