1
0
mirror of https://github.com/golang/go synced 2024-11-08 05:36:13 -07:00
go/src/crypto/elliptic
Russ Cox 850e55b8c0 crypto/*: document use or non-use of constant-time algorithms
Fixes #16821.

Change-Id: I63d5f3d7cfba1c76259912d754025c5f3cbe4a56
Reviewed-on: https://go-review.googlesource.com/31573
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-12-07 16:34:50 +00:00
..
elliptic_test.go all: spell "marshal" and "unmarshal" consistently 2016-11-12 00:13:35 +00:00
elliptic.go crypto/*: document use or non-use of constant-time algorithms 2016-12-07 16:34:50 +00:00
p224_test.go
p224.go crypto/*: document use or non-use of constant-time algorithms 2016-12-07 16:34:50 +00:00
p256_amd64.go
p256_asm_amd64.s
p256_asm_s390x.s crypto/elliptic: add s390x assembly implementation of NIST P-256 Curve 2016-11-08 17:50:17 +00:00
p256_generic.go crypto/elliptic: add s390x assembly implementation of NIST P-256 Curve 2016-11-08 17:50:17 +00:00
p256_s390x.go crypto/elliptic: add s390x assembly implementation of NIST P-256 Curve 2016-11-08 17:50:17 +00:00
p256.go crypto/elliptic: add s390x assembly implementation of NIST P-256 Curve 2016-11-08 17:50:17 +00:00