]> Cypherpunks repositories - gostls13.git/commit
crypto/rand: make Read use io.ReadFull
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 6 Sep 2013 19:00:27 +0000 (12:00 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 6 Sep 2013 19:00:27 +0000 (12:00 -0700)
commitc327e82ddb306fb4730a0fe624553d9e45ebde60
tree5649e14b48a43972bf39ac6551835fd650d3b888
parenta3834a2e8a730a4e6a9be9f7ebba96ec3c942d32
crypto/rand: make Read use io.ReadFull

Fixes #6084

R=golang-dev, rsc, dave
CC=golang-dev
https://golang.org/cl/13523044
src/pkg/crypto/rand/example_test.go
src/pkg/crypto/rand/rand.go