]> Cypherpunks repositories - gostls13.git/commit
crypto/rand: new package
authorRuss Cox <rsc@golang.org>
Wed, 17 Mar 2010 06:12:20 +0000 (23:12 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 17 Mar 2010 06:12:20 +0000 (23:12 -0700)
commit908efdb5ac555906b0d9803fa610feae753ebcd5
tree8eb0bce085afa3a07b494b70ad07568396ecfeba
parent0c3a93ceb7e2167104cdc4a34ed62e7d9e39ce8c
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
https://golang.org/cl/569044
src/pkg/Makefile
src/pkg/crypto/rand/Makefile [new file with mode: 0644]
src/pkg/crypto/rand/rand.go [new file with mode: 0644]
src/pkg/crypto/rand/rand_test.go [new file with mode: 0644]