1
0
mirror of https://github.com/golang/go synced 2024-11-06 17:26:10 -07:00
go/src/pkg/crypto/rand
Brad Fitzpatrick 67e1d40031 crypto/rand: use getrandom system call on Linux
Adds internal/syscall package.

Fixes #8520

LGTM=r, agl
R=agl, rsc, r
CC=golang-codereviews, iant
https://golang.org/cl/123260044
2014-08-12 14:35:27 -07:00
..
example_test.go
rand_linux.go crypto/rand: use getrandom system call on Linux 2014-08-12 14:35:27 -07:00
rand_test.go
rand_unix.go crypto/rand: use getrandom system call on Linux 2014-08-12 14:35:27 -07:00
rand_windows.go
rand.go
util_test.go
util.go