]> Cypherpunks repositories - gostls13.git/commit
crypto/rsa: remove deprecation markers for multiprime RSA support
authorRuss Cox <rsc@golang.org>
Wed, 23 Nov 2022 21:13:34 +0000 (16:13 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 23 Nov 2022 23:15:01 +0000 (23:15 +0000)
commit920f87adda5412a41036a862cf2139bed24aa533
tree51d8038e36f7175043b656d62790318d0f638aba
parentff18af84019c7f6ce245db2aa6b19bb62c4ae02b
crypto/rsa: remove deprecation markers for multiprime RSA support

These should be marked deprecated, but that needs a
(likely quick) proposal review.

The proposal is #56921.

Change-Id: I013a913a7f5196a341e2dd5f49c2687c26ee8331
Reviewed-on: https://go-review.googlesource.com/c/go/+/453257
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
src/crypto/rsa/rsa.go