On Windows, rand.Read will hang indefinitely if passed a buffer larger than 1 << 32 - 1 bytes.
{ "imports": [ { "path": "crypto/rand", "symbols": [ "Read" ], "goos": [ "windows" ] } ] }