diff options
| author | Filippo Valsorda <filippo@golang.org> | 2025-05-20 17:34:57 +0200 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-05-21 14:18:13 -0700 |
| commit | eb4069127a7dbdaed480aed80ba6ed1b2ea27901 (patch) | |
| tree | 96cc4f1a6775b5eb10db89ff7fbd662be44b4523 /api/next | |
| parent | e90acc814de247f58330be1d8ba3b11c78c96077 (diff) | |
| download | go-eb4069127a7dbdaed480aed80ba6ed1b2ea27901.tar.xz | |
crypto/ecdsa: add low-level encoding functions for keys
Fixes #63963
Change-Id: I6a6a4656a729b6211171aca46bdc13fed5fc5643
Reviewed-on: https://go-review.googlesource.com/c/go/+/674475
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Diffstat (limited to 'api/next')
| -rw-r--r-- | api/next/63963.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/next/63963.txt b/api/next/63963.txt new file mode 100644 index 0000000000..f64f214c10 --- /dev/null +++ b/api/next/63963.txt @@ -0,0 +1,4 @@ +pkg crypto/ecdsa, func ParseRawPrivateKey(elliptic.Curve, []uint8) (*PrivateKey, error) #63963 +pkg crypto/ecdsa, func ParseUncompressedPublicKey(elliptic.Curve, []uint8) (*PublicKey, error) #63963 +pkg crypto/ecdsa, method (*PrivateKey) Bytes() ([]uint8, error) #63963 +pkg crypto/ecdsa, method (*PublicKey) Bytes() ([]uint8, error) #63963 |
