]> Cypherpunks repositories - gostls13.git/commit
crypto/elliptic: remove deprecation markers
authorRuss Cox <rsc@golang.org>
Wed, 23 Nov 2022 21:11:19 +0000 (16:11 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 24 Nov 2022 03:05:33 +0000 (03:05 +0000)
commit7a9ce7465575ac1bfda3aa44b95712cdd5dc47cf
tree0a7e6f0a954548e2375fe44b4a737cd64d1aa4bb
parent920f87adda5412a41036a862cf2139bed24aa533
crypto/elliptic: remove deprecation markers

These should be deprecated, but per go.dev/wiki/Deprecated,
that should only happen two releases after the replacement is
available (so Go 1.22).

The deprecation of this package was part of the discussion
of proposal #52221. All that remains is waiting for the new
package to be widely available.

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