]> Cypherpunks repositories - gostls13.git/commit
crypto/rand for Windows
authorPeter Mundy <go.peter.90@gmail.com>
Mon, 12 Jul 2010 23:37:53 +0000 (16:37 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 12 Jul 2010 23:37:53 +0000 (16:37 -0700)
commitccd28e8eb6f81f21093deb730ea70982cb381514
tree0daf2655cffae43528c07f5b87401cf32f3678fb
parentc9f83372d87fca87873116aba2efaabb3137375b
crypto/rand for Windows

R=rsc, brainman
CC=golang-dev
https://golang.org/cl/1773041
src/pkg/crypto/rand/Makefile
src/pkg/crypto/rand/rand.go
src/pkg/crypto/rand/rand_unix.go [new file with mode: 0644]
src/pkg/crypto/rand/rand_windows.go [new file with mode: 0755]
src/pkg/crypto/rsa/pkcs1v15_test.go
src/pkg/crypto/rsa/rsa_test.go
src/pkg/crypto/x509/x509_test.go
src/pkg/syscall/syscall_windows.go
src/pkg/syscall/zsyscall_windows_386.go
src/pkg/syscall/ztypes_windows_386.go