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

Issue 569044: code review 569044: crypto/rand: new package (Closed)

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

Description

crypto/rand: new package Until proven insufficient, rely on the operating system to give us good random bytes (/dev/urandom).

Patch Set 1 #

Patch Set 2 : code review 569044: crypto/rand: new package #

Patch Set 3 : code review 569044: crypto/rand: new package #

Patch Set 4 : code review 569044: crypto/rand: new package #

Patch Set 5 : code review 569044: crypto/rand: new package #

Patch Set 6 : code review 569044: crypto/rand: new package #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -0 lines) Patch
M src/pkg/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/crypto/rand/Makefile View 1 chunk +12 lines, -0 lines 0 comments Download
A src/pkg/crypto/rand/rand.go View 1 2 3 4 1 chunk +130 lines, -0 lines 0 comments Download
A src/pkg/crypto/rand/rand_test.go View 1 2 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 7
rsc
Hello agl1 (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 2 months ago (2010-03-16 22:35:42 UTC) #1
agl1
LGTM. A couple of notes. With the addition of the Nanoseconds call, this might be ...
14 years, 2 months ago (2010-03-16 22:52:35 UTC) #2
rsc
> A couple of notes. With the addition of the Nanoseconds call, this might > ...
14 years, 2 months ago (2010-03-16 23:15:59 UTC) #3
agl1
On Tue, Mar 16, 2010 at 7:15 PM, Russ Cox <rsc@golang.org> wrote: > Is /dev/urandom ...
14 years, 2 months ago (2010-03-17 01:17:34 UTC) #4
rsc
Hello agl1 (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 2 months ago (2010-03-17 01:58:50 UTC) #5
agl1
LGTM
14 years, 2 months ago (2010-03-17 02:20:09 UTC) #6
rsc
14 years, 2 months ago (2010-03-17 06:12:22 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=c827563980e5 ***

crypto/rand: new package

Until proven insufficient, rely on the operating system
to give us good random bytes (/dev/urandom).

R=agl1
CC=golang-dev
http://codereview.appspot.com/569044
Sign in to reply to this message.

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