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

Issue 4273059: code review 4273059: crypto/ecdsa: truncate hash values. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 2 months ago by agl1
Modified:
14 years, 2 months ago
Reviewers:
CC:
bradfitz, r, golang-dev
Visibility:
Public.

Description

crypto/ecdsa: truncate hash values. There is some disagreement about how to deal with hash values larger than the curve order size. We choose to follow OpenSSL's lead here.

Patch Set 1 #

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

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

Patch Set 4 : diff -r 87209dfd5825 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -2 lines) Patch
M src/pkg/crypto/ecdsa/ecdsa.go View 1 4 chunks +23 lines, -2 lines 0 comments Download

Messages

Total messages: 4
agl1
14 years, 2 months ago (2011-03-15 20:22:48 UTC) #1
r
LGTM
14 years, 2 months ago (2011-03-15 23:31:23 UTC) #2
agl1
Hello bradfitzgo, r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years, 2 months ago (2011-03-16 14:42:40 UTC) #3
agl1
14 years, 2 months ago (2011-03-16 14:43:02 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=9fd50a9592b5 ***

crypto/ecdsa: truncate hash values.

There is some disagreement about how to deal with hash values larger
than the curve order size. We choose to follow OpenSSL's lead here.

R=bradfitzgo, r
CC=golang-dev
http://codereview.appspot.com/4273059
Sign in to reply to this message.

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