go/doc/next/6-stdlib/99-minor/crypto/rsa/74115.md

6 lines
204 B
Markdown
Raw Normal View History

If [PrivateKey] fields are modified after calling [PrivateKey.Precompute],
[PrivateKey.Validate] now fails.
[PrivateKey.D] is now checked for consistency with precomputed values, even if
it is not used.