|
|
|
|
|
by kibibu
2869 days ago
|
|
It's to stop people misusing the crypto APIs, or making assumptions about them that the Go maintainers don't want to be stuck supporting. https://go-review.googlesource.com/c/go/+/64451 > Code has ended up depending on things like RSA's key generation being deterministic given a fixed random Reader. This was never guaranteed and would prevent us from ever changing anything about it. |
|