func crypto/rand.Read
7 uses
crypto/rand (current package)
rand.go#L26: func Read(b []byte) (n int, err error) {
crypto/internal/mlkem768
mlkem768.go#L116: if _, err := rand.Read(d[:]); err != nil {
mlkem768.go#L120: if _, err := rand.Read(z[:]); err != nil {
mlkem768.go#L261: if _, err := rand.Read(m[:]); err != nil {
github.com/coinbase/cdp-sdk/go/auth
jwt.go#L42: if _, err := rand.Read(nonceBytes); err != nil {
jwt.go#L85: if _, err := rand.Read(nonceBytes); err != nil {
net/http
h2_bundle.go#L10176: if _, err := rand.Read(p[:]); err != nil {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |