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

Issue 6219058: code review 6219058: crypto/ecdsa: add full set of NIST test vectors. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 9 months ago by agl1
Modified:
12 years, 9 months ago
Reviewers:
CC:
golang-dev, bradfitz, rsc, b
Visibility:
Public.

Description

crypto/ecdsa: add full set of NIST test vectors. This includes the NIST test suite for ECDSA and alters the test to parse and evaluate it.

Patch Set 1 #

Patch Set 2 : diff -r 46cb8b1a05d8 https://code.google.com/p/go/ #

Patch Set 3 : diff -r 46cb8b1a05d8 https://code.google.com/p/go/ #

Patch Set 4 : diff -r 46cb8b1a05d8 https://code.google.com/p/go/ #

Patch Set 5 : diff -r 46cb8b1a05d8 https://code.google.com/p/go/ #

Patch Set 6 : diff -r 465e0f78dbfe https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -146 lines) Patch
M src/pkg/crypto/ecdsa/ecdsa_test.go View 1 2 3 4 5 2 chunks +110 lines, -146 lines 0 comments Download
A src/pkg/crypto/ecdsa/testdata/SigVer.rsp.bz2 View 1 2 3 Binary file 0 comments Download

Messages

Total messages: 8
agl1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
12 years, 9 months ago (2012-05-21 23:13:36 UTC) #1
agl1
On Mon, May 21, 2012 at 7:13 PM, <agl@golang.org> wrote: > Description: > crypto/ecdsa: add ...
12 years, 9 months ago (2012-05-21 23:15:25 UTC) #2
bradfitz
On Mon, May 21, 2012 at 4:15 PM, Adam Langley <agl@golang.org> wrote: > On Mon, ...
12 years, 9 months ago (2012-05-21 23:22:38 UTC) #3
rsc
LGTM 100kB is fine. Please use ReadString('\n'). You're simulating it with ReadLine instead.
12 years, 9 months ago (2012-05-22 02:24:36 UTC) #4
b
On 2012/05/21 23:15:25, agl1 wrote: > On Mon, May 21, 2012 at 7:13 PM, <mailto:agl@golang.org> ...
12 years, 9 months ago (2012-05-22 04:09:00 UTC) #5
agl1
On Mon, May 21, 2012 at 10:24 PM, Russ Cox <rsc@golang.org> wrote: > Please use ...
12 years, 9 months ago (2012-05-22 14:30:41 UTC) #6
agl1
On Tue, May 22, 2012 at 12:09 AM, <b@b3k.us> wrote: > The latest test vectors ...
12 years, 9 months ago (2012-05-22 14:32:31 UTC) #7
agl1
12 years, 9 months ago (2012-05-22 14:33:23 UTC) #8
*** Submitted as http://code.google.com/p/go/source/detail?r=14d317d84389 ***

crypto/ecdsa: add full set of NIST test vectors.

This includes the NIST test suite for ECDSA and alters the test to
parse and evaluate it.

R=golang-dev, bradfitz, rsc, b
CC=golang-dev
http://codereview.appspot.com/6219058
Sign in to reply to this message.

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