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

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

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

Description

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

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+357 lines, -0 lines) Patch
M src/pkg/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/crypto/sha512/Makefile View 1 chunk +12 lines, -0 lines 0 comments Download
A src/pkg/crypto/sha512/sha512.go View 1 chunk +127 lines, -0 lines 0 comments Download
A src/pkg/crypto/sha512/sha512_test.go View 1 chunk +73 lines, -0 lines 0 comments Download
A src/pkg/crypto/sha512/sha512block.go View 1 chunk +144 lines, -0 lines 0 comments Download

Messages

Total messages: 3
cemeyer
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years ago (2010-03-07 01:22:07 UTC) #1
rsc
LGTM those hashes sure are big
15 years ago (2010-03-09 00:51:06 UTC) #2
rsc
15 years ago (2010-03-09 01:00:06 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=4e0b5c27a563 ***

crypto/sha512: new package

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

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