crypto: ignore rand io.Reader where behavior is not specified · Issue #70942 · golang/go

There are a few crypto APIs that take an io.Reader as a source of random bytes, but that don't commit to how those bytes are used. This caused issues over and over, for example any time we wanted t...