]> Cypherpunks repositories - gostls13.git/commit
crypto/elliptic: split up P-256 field and group ops
authorFilippo Valsorda <filippo@golang.org>
Tue, 8 Mar 2022 10:11:17 +0000 (05:11 -0500)
committerGopher Robot <gobot@golang.org>
Wed, 27 Apr 2022 15:22:15 +0000 (15:22 +0000)
commit0b5218cf4e3e5c17344ea113af346e8e0836f6c4
tree0cc3d4ce8f07687e005622973dc641c457d1ea3d
parentf0c0e0f255c59c8ee6e463103d0b8491b8f9b1af
crypto/elliptic: split up P-256 field and group ops

This makes Gerrit recognize the rename of the field implementation and
facilitates the review. No code changes.

For #52182

Change-Id: I827004e175db1ae2fcdf17d0f586ff21503d27e3
Reviewed-on: https://go-review.googlesource.com/c/go/+/390754
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/crypto/elliptic/p256_generic.go
src/crypto/elliptic/p256_generic_field.go [new file with mode: 0644]