If the random parameter to [GenerateKey] is nil, GenerateKey now always uses a secure source of cryptographically random bytes, instead of [crypto/rand.Reader] (which could have been overridden). The new GODEBUG setting `cryptocustomrand=1` temporarily restores the old behavior.