diff options
| author | Filippo Valsorda <filippo@golang.org> | 2025-09-07 15:36:10 +0200 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-09-09 12:20:39 -0700 |
| commit | 645ee444929ecb7bbfb95cc8bda193e4b3cb3c43 (patch) | |
| tree | 5a13bf54af98d6dc3cb08e6a7a2427cb5e05aeb4 /api/next | |
| parent | a67977da5e26e0c328488fe05bdd200903e58e99 (diff) | |
| download | go-645ee444929ecb7bbfb95cc8bda193e4b3cb3c43.tar.xz | |
crypto/ecdsa: deprecate direct use of big.Int fields in keys
Updates #63963
Change-Id: I6a6a69645e625cde1ac1c6abf698a5fd3d52b4cf
Reviewed-on: https://go-review.googlesource.com/c/go/+/701516
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Mark Freeman <markfreeman@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Diffstat (limited to 'api/next')
| -rw-r--r-- | api/next/63963.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/next/63963.txt b/api/next/63963.txt new file mode 100644 index 0000000000..c1aaae5044 --- /dev/null +++ b/api/next/63963.txt @@ -0,0 +1,3 @@ +pkg crypto/ecdsa, type PrivateKey struct, D //deprecated #63963 +pkg crypto/ecdsa, type PublicKey struct, X //deprecated #63963 +pkg crypto/ecdsa, type PublicKey struct, Y //deprecated #63963 |
