]> Cypherpunks.ru repositories - gostls13.git/commit
crypto/elliptic: update P-521 docs to say it's constant-time
authorFilippo Valsorda <filippo@golang.org>
Mon, 7 Jun 2021 14:22:05 +0000 (10:22 -0400)
committerFilippo Valsorda <filippo@golang.org>
Mon, 7 Jun 2021 15:19:57 +0000 (15:19 +0000)
commit821270787109408ae7c86a01ccc93162be9c020c
tree60c7d4263c6265676b1a4b543d378ed6e11c65f7
parent7406180012d828f536112c9bffb7d3edd9ea5c7e
crypto/elliptic: update P-521 docs to say it's constant-time

This is true since CL 315274.

Also adjust the P-256 note, since Add, Double, and IsOnCurve use the
generic, non-constant-time implementation.

Change-Id: I4b3b340f65bce91dcca30bcf86456cc8ce4dd4bb
Reviewed-on: https://go-review.googlesource.com/c/go/+/325650
Trust: Filippo Valsorda <filippo@golang.org>
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
src/crypto/elliptic/elliptic.go