]> Cypherpunks repositories - gostls13.git/commit
crypto/elliptic: clean up ppc64le implementation slightly
authorLynn Boger <laboger@linux.vnet.ibm.com>
Mon, 28 Oct 2019 18:40:27 +0000 (14:40 -0400)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Tue, 29 Oct 2019 12:23:21 +0000 (12:23 +0000)
commitac346a5fd99711e94996cae030cad1064da1daf2
tree06e8d4efa53fac11d93e95bacfa78f785e14e5d7
parent7067aa1c106d000e99b62e4804118c7bceeed680
crypto/elliptic: clean up ppc64le implementation slightly

As suggested by comments from the review of CL 168478, this adds
Go code to do reverse bytes and removes the asm code, as well
as making a few cosmetic changes.

Change-Id: I08276a11222e03c3b42f4c9dc0d10a371a418be7
Reviewed-on: https://go-review.googlesource.com/c/go/+/203937
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Munday <mike.munday@ibm.com>
src/crypto/elliptic/p256_asm_ppc64le.s
src/crypto/elliptic/p256_ppc64le.go