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

Issue 48520043: code review 48520043: crypto/sha512: prevent duplicate block declaration on 386 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by jsing
Modified:
11 years, 6 months ago
Reviewers:
dave
CC:
golang-codereviews, dave_cheney.net
Visibility:
Public.

Description

crypto/sha512: avoid duplicate block declaration on 386 Unbreak the build - we do not have a sha512 block implementation in 386 assembly (yet).

Patch Set 1 #

Patch Set 2 : diff -r 2ab78a00f2c9 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 2ab78a00f2c9 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 2ab78a00f2c9 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/pkg/crypto/sha512/sha512block_decl.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
jsing
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 6 months ago (2014-01-07 12:43:09 UTC) #1
dave_cheney.net
LGTM. Thank you. On Tue, Jan 7, 2014 at 11:43 PM, <jsing@google.com> wrote: > Reviewers: ...
11 years, 6 months ago (2014-01-07 12:47:18 UTC) #2
jsing
11 years, 6 months ago (2014-01-07 12:50:39 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=35ffa836a462 ***

crypto/sha512: avoid duplicate block declaration on 386

Unbreak the build - we do not have a sha512 block implementation in
386 assembly (yet).

R=golang-codereviews, dave
CC=golang-codereviews
https://codereview.appspot.com/48520043
Sign in to reply to this message.

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