]> Cypherpunks repositories - gostls13.git/commit
crypto/rand: add utility functions for number generation
authorAnthony Martin <ality@pbrane.org>
Thu, 19 May 2011 01:55:06 +0000 (18:55 -0700)
committerAdam Langley <agl@golang.org>
Thu, 19 May 2011 01:55:06 +0000 (18:55 -0700)
commit24b2f48a4a5abc4a35e0ddf104e1d22e6ba1cdaa
tree14de5fcd8ffd66f31357539d1569ea153542797f
parent4ffff35abd9562007b0cf4ee8034ded8760e5e2a
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
https://golang.org/cl/4446068
src/pkg/crypto/rand/Makefile
src/pkg/crypto/rand/util.go [new file with mode: 0644]
src/pkg/crypto/rsa/rsa.go