golang/src/crypto/rand
Mateusz Poliwczak c98867d23a crypto: replace encoding/binary in favour of internal/byteorder
Updates #54097

Change-Id: I827a5efd1736ce057b76f079466f2d9ead225898
GitHub-Last-Rev: 40af10469d85ce9f4bef4b40025589d9e44f43d6
GitHub-Pull-Request: golang/go#67321
Reviewed-on: https://go-review.googlesource.com/c/go/+/585017
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
Commit-Queue: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-05-13 18:57:38 +00:00
..
example_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
rand.go crypto/rand: use arc4random(3) on macOS and iOS 2024-03-19 20:02:21 +00:00
rand_batched_test.go all: remove uses of rand.Seed 2022-10-26 16:24:57 +00:00
rand_darwin.go crypto/rand: use arc4random(3) on macOS and iOS 2024-03-19 20:02:21 +00:00
rand_getentropy.go crypto/rand: use arc4random(3) on macOS and iOS 2024-03-19 20:02:21 +00:00
rand_getrandom.go crypto/rand, internal/syscall/unix: use simpler random seed on NetBSD 2023-08-07 00:26:43 +00:00
rand_js.go crypto/rand: replace shift with constant 2023-02-06 18:03:38 +00:00
rand_plan9.go crypto: replace encoding/binary in favour of internal/byteorder 2024-05-13 18:57:38 +00:00
rand_test.go crypto/rand: use arc4random(3) on macOS and iOS 2024-03-19 20:02:21 +00:00
rand_unix.go crypto/rand: convert r.used to atomic type 2022-10-01 08:32:46 +00:00
rand_wasip1.go crypto: add wasip1 support 2023-04-11 20:54:07 +00:00
rand_windows.go crypto/rand,runtime: switch RtlGenRandom for ProcessPrng 2023-10-20 18:35:47 +00:00
util.go crypto: add available godoc link 2023-10-13 17:09:47 +00:00
util_test.go crypto/rand: make Prime not deterministic for a fixed input stream 2022-04-05 01:35:39 +00:00