]> Cypherpunks repositories - gostls13.git/commit
crypto/elliptic: clean up and document P-256 assembly interface
authorFilippo Valsorda <filippo@golang.org>
Mon, 28 Mar 2022 18:28:23 +0000 (20:28 +0200)
committerFilippo Valsorda <filippo@golang.org>
Thu, 5 May 2022 21:52:24 +0000 (21:52 +0000)
commit0b4f2416a22aadb0e6df2be1a5cef34680e472de
tree3bb27b5d0cd7adcf3b703bd0dcbe44b42c9f7056
parent10d1189464dfd232265efc48a6b5bce56f72fe3c
crypto/elliptic: clean up and document P-256 assembly interface

For #52182

Change-Id: I8a68fda3e54bdea48b0dfe528fe293d47bdcd145
Reviewed-on: https://go-review.googlesource.com/c/go/+/396255
Reviewed-by: Fernando Lobato Meeser <felobato@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
src/crypto/elliptic/internal/nistec/nistec_test.go
src/crypto/elliptic/internal/nistec/p256_asm.go
src/crypto/elliptic/internal/nistec/p256_asm_amd64.s
src/crypto/elliptic/internal/nistec/p256_asm_arm64.s
src/crypto/elliptic/internal/nistec/p256_asm_table_test.go
src/crypto/elliptic/internal/nistec/p256_asm_test.go [new file with mode: 0644]