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

Issue 4446068: code review 4446068: crypto/rand: add utility functions for number generation (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years ago by ality
Modified:
13 years, 11 months ago
Reviewers:
CC:
agl, rsc, agl1, golang-dev
Visibility:
Public.

Description

crypto/rand: add utility functions for number generation This code is extracted from crypto/rsa with a few variables renamed and a comment fixed.

Patch Set 1 #

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

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

Total comments: 6

Patch Set 4 : diff -r 62e4846d10de https://go.googlecode.com/hg/ #

Total comments: 4

Patch Set 5 : diff -r 1f8f14953a55 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 1398e41e1472 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -74 lines) Patch
M src/pkg/crypto/rand/Makefile View 1 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/crypto/rand/util.go View 1 2 3 4 5 1 chunk +80 lines, -0 lines 0 comments Download
M src/pkg/crypto/rsa/rsa.go View 1 2 3 4 12 chunks +12 lines, -74 lines 0 comments Download

Messages

Total messages: 13
ality
Hello agl (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years ago (2011-04-28 01:36:33 UTC) #1
rsc1
after the release On Wed, Apr 27, 2011 at 21:36, <ality@pbrane.org> wrote: > Reviewers: agl, ...
14 years ago (2011-04-28 03:09:38 UTC) #2
agl1
As rsc noted, please don't land until after the release. Otherwise, LGTM. http://codereview.appspot.com/4446068/diff/4004/src/pkg/crypto/rand/util.go File src/pkg/crypto/rand/util.go ...
14 years ago (2011-04-28 13:48:45 UTC) #3
ality
http://codereview.appspot.com/4446068/diff/4004/src/pkg/crypto/rand/util.go File src/pkg/crypto/rand/util.go (right): http://codereview.appspot.com/4446068/diff/4004/src/pkg/crypto/rand/util.go#newcode1 src/pkg/crypto/rand/util.go:1: // Copyright 2010 The Go Authors. All rights reserved. ...
14 years ago (2011-05-05 20:05:15 UTC) #4
agl1
LGTM
14 years ago (2011-05-05 20:11:19 UTC) #5
ality
Ping
13 years, 12 months ago (2011-05-13 20:43:19 UTC) #6
rsc
http://codereview.appspot.com/4446068/diff/8001/src/pkg/crypto/rand/util.go File src/pkg/crypto/rand/util.go (right): http://codereview.appspot.com/4446068/diff/8001/src/pkg/crypto/rand/util.go#newcode50 src/pkg/crypto/rand/util.go:50: // Number returns a uniform random value in [0, ...
13 years, 12 months ago (2011-05-17 02:46:28 UTC) #7
ality
Hello agl@chromium.org, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 11 months ago (2011-05-17 06:24:47 UTC) #8
ality
Should I say something in the function comments about the type of io.Reader that should ...
13 years, 11 months ago (2011-05-17 06:26:08 UTC) #9
rsc
On Tue, May 17, 2011 at 02:26, <ality@pbrane.org> wrote: > Should I say something in ...
13 years, 11 months ago (2011-05-17 14:31:25 UTC) #10
ality
PTAL
13 years, 11 months ago (2011-05-17 22:21:48 UTC) #11
agl1
I think rsc is out for a few days, but LGTM. Will land tonight unless ...
13 years, 11 months ago (2011-05-18 22:57:35 UTC) #12
agl1
13 years, 11 months ago (2011-05-19 01:56:18 UTC) #13
*** Submitted as http://code.google.com/p/go/source/detail?r=b2d0fe8068f0 ***

crypto/rand: add utility functions for number generation

This code is extracted from crypto/rsa with
a few variables renamed and a comment fixed.

R=agl, rsc, agl
CC=golang-dev
http://codereview.appspot.com/4446068

Committer: Adam Langley <agl@golang.org>
Sign in to reply to this message.

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